Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Sep 13, 2024
1 parent 8cf1a9e commit 4c93d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/polybft/system_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (s *SystemStateImpl) GetNextCommittedIndexExternal(sourceChainID uint64) (u
return nextCommittedIndex.Uint64() + 1, nil
}

// GetNextCommittedIndex retrieves next committed internal bridge message index
// GetNextCommittedIndexInternal retrieves next committed internal bridge message index
func (s *SystemStateImpl) GetNextCommittedIndexInternal(destinationChainID uint64) (uint64, error) {
rawResult, err := s.sidechainBridgeContract.Call(
"lastCommittedInternal",
Expand Down

0 comments on commit 4c93d9e

Please sign in to comment.