mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-11 10:36:18 +00:00
use accept instead of IsOK Method
This commit is contained in:
@@ -166,7 +166,7 @@ func (blockExec *BlockExecutor) ProcessProposal(
|
||||
return false, ErrInvalidBlock(err)
|
||||
}
|
||||
|
||||
return resp.IsOK(), nil
|
||||
return resp.Accept, nil
|
||||
}
|
||||
|
||||
// ValidateBlock validates the given block against the given state.
|
||||
|
||||
Reference in New Issue
Block a user