mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Have the TendermintMachine domain-separate by genesis
Enbables support for multiple machines over the same DB.
This commit is contained in:
@@ -176,6 +176,7 @@ impl TestNetwork {
|
||||
TendermintMachine::new(
|
||||
MemDb::new(),
|
||||
TestNetwork(i, arc.clone()),
|
||||
[0; 32],
|
||||
BlockNumber(1),
|
||||
start_time,
|
||||
TestBlock { id: 1u32.to_le_bytes(), valid: Ok(()) },
|
||||
|
||||
Reference in New Issue
Block a user