mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-08 19:48:03 -05:00
Add sync state when initializing node (#69)
This commit is contained in:
committed by
GitHub
parent
7c42852bfd
commit
afd2e97e38
@@ -69,6 +69,7 @@ func NewPersistentNode(
|
||||
store: store.NewPersistentMessageStore(db),
|
||||
transport: st,
|
||||
peers: peers.NewSQLitePersistence(db),
|
||||
syncState: state.NewPersistentSyncState(db),
|
||||
payloads: newPayloads(),
|
||||
epochPersistence: newEpochSQLitePersistence(db),
|
||||
nextEpoch: nextEpoch,
|
||||
|
||||
Reference in New Issue
Block a user