mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +00:00
Separated out certifiers.Commit from rpc structs
This commit is contained in:
@ -46,7 +46,7 @@ func (c *Dynamic) LastHeight() int {
|
||||
}
|
||||
|
||||
// Certify handles this with
|
||||
func (c *Dynamic) Certify(check *Commit) error {
|
||||
func (c *Dynamic) Certify(check Commit) error {
|
||||
err := c.cert.Certify(check)
|
||||
if err == nil {
|
||||
// update last seen height if input is valid
|
||||
|
Reference in New Issue
Block a user