mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-03-03 14:00:40 +00:00
bug, nodes should not have blocks in local store
This commit is contained in:
parent
09abb7ce49
commit
8afad9843f
@ -117,7 +117,7 @@ suite "E2E - Multiple Nodes Discovery":
|
||||
discovery = MockDiscovery.new(s.peerInfo, 0.Port)
|
||||
wallet = WalletRef.example
|
||||
network = BlockExcNetwork.new(s)
|
||||
localStore = CacheStore.new(blocks.mapIt( it ))
|
||||
localStore = CacheStore.new()
|
||||
engine = BlockExcEngine.new(localStore, wallet, network, discovery)
|
||||
networkStore = NetworkStore.new(engine, localStore)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user