Skip to content

Commit

Permalink
- renamed method
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Feb 2, 2022
1 parent 632c271 commit 14577a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ type ChainHandler interface {
SetCurrentBlockHeader(bh HeaderHandler) error
GetCurrentBlockHeaderHash() []byte
SetCurrentBlockHeaderHash(hash []byte)
GetCurrentBlockRootHash() []byte
GetCurrentBlockCommittedRootHash() []byte
IsInterfaceNil() bool
}

Expand Down

0 comments on commit 14577a4

Please sign in to comment.