Skip to content

Commit

Permalink
Merge pull request #64 from ElrondNetwork/chain-handler-definition-ch…
Browse files Browse the repository at this point in the history
…anges-part2

Chain handler definition change - part 2
  • Loading branch information
iulianpascalau authored Feb 3, 2022
2 parents 5d2898c + 1472fa9 commit 088e9a9
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 088e9a9

Please sign in to comment.