fix chainstore default option
This commit is contained in:
parent
4b76a06224
commit
69d21d39a0
@ -131,7 +131,6 @@ func defaults() []Option {
|
||||
|
||||
// Filecoin modules
|
||||
|
||||
Override(new(*chain.ChainStore), modules.ChainStore),
|
||||
}
|
||||
}
|
||||
|
||||
@ -184,7 +183,7 @@ func Online() Option {
|
||||
|
||||
Override(HandleIncomingMessagesKey, modules.HandleIncomingMessages),
|
||||
|
||||
Override(new(*chain.ChainStore), chain.NewChainStore),
|
||||
Override(new(*chain.ChainStore), modules.ChainStore),
|
||||
|
||||
Override(new(blockstore.GCLocker), blockstore.NewGCLocker),
|
||||
Override(new(blockstore.GCBlockstore), blockstore.NewGCBlockstore),
|
||||
|
Loading…
Reference in New Issue
Block a user