mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-20 00:21:21 +00:00
Refactor consensus/vote_set_test.go
This commit is contained in:
@ -33,7 +33,7 @@ func NewNode() *Node {
|
||||
stateDB := db_.NewMemDB() // TODO configurable db.
|
||||
state := state_.LoadState(stateDB)
|
||||
if state == nil {
|
||||
state = state_.GenesisStateFromFile(stateDB, config.GenesisFile())
|
||||
state = state_.MakeGenesisStateFromFile(stateDB, config.GenesisFile())
|
||||
state.Save()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user