Update go-sectorbuilder

This commit is contained in:
Łukasz Magiera
2019-08-02 16:29:23 +02:00
parent da7259c3a2
commit 329e36f77c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ func NewSyncer(cs *store.ChainStore, bsync *BlockSync, self peer.ID) (*Syncer, e
Genesis: gent,
Bsync: bsync,
peerHeads: make(map[peer.ID]*types.TipSet),
store: cs,
self: self,
store: cs,
self: self,
}, nil
}