bug, nodes should not have blocks in local store

This commit is contained in:
Dmitriy Ryajov 2022-04-20 12:12:30 -06:00
parent 09abb7ce49
commit 8afad9843f
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -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)