Skip to content

Commit

Permalink
chain simulator interface update
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Feb 3, 2025
1 parent ddaa9da commit 53fb08a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integrationTests/chainSimulator/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ type ChainSimulator interface {
ForceResetValidatorStatisticsCache() error
GetValidatorPrivateKeys() []crypto.PrivateKey
SetKeyValueForAddress(address string, keyValueMap map[string]string) error
GetRestAPIInterfaces() map[uint32]string
ForceChangeOfEpoch() error
IsInterfaceNil() bool
Close()
}

0 comments on commit 53fb08a

Please sign in to comment.