Skip to content

Commit

Permalink
- changed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Feb 3, 2022
1 parent 5d2898c commit 1472fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ type ChainHandler interface {
GetGenesisHeaderHash() []byte
SetGenesisHeaderHash(hash []byte)
GetCurrentBlockHeader() HeaderHandler
SetCurrentBlockHeader(bh HeaderHandler) error
SetCurrentBlockHeaderAndRootHash(bh HeaderHandler, rootHash []byte) error
GetCurrentBlockHeaderHash() []byte
SetCurrentBlockHeaderHash(hash []byte)
GetCurrentBlockCommittedRootHash() []byte
GetCurrentBlockRootHash() []byte
IsInterfaceNil() bool
}

Expand Down

0 comments on commit 1472fa9

Please sign in to comment.