mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 18:51:39 +00:00
Separated out certifiers.Commit from rpc structs
This commit is contained in:
@ -47,7 +47,7 @@ func (c *Static) Hash() []byte {
|
||||
return c.vhash
|
||||
}
|
||||
|
||||
func (c *Static) Certify(commit *Commit) error {
|
||||
func (c *Static) Certify(commit Commit) error {
|
||||
// do basic sanity checks
|
||||
err := commit.ValidateBasic(c.chainID)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user