Skip to content

Commit

Permalink
change function name for RMNRemote
Browse files Browse the repository at this point in the history
  • Loading branch information
asoliman92 committed Dec 18, 2024
1 parent 1daa2d2 commit 8ee3e47
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions internal/reader/rmn_remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

type RMNRemote interface {
GetF() uint64
GetFSign() uint64
GetSignersInfo() []rmntypes.RemoteSignerInfo
GetRmnReportVersion() string
GetRmnRemoteContractAddress() string
Expand All @@ -24,7 +24,7 @@ func NewRMNRemotePoller() RMNRemote {
}
}

func (r *RmnRemotePoller) GetF() uint64 {
func (r *RmnRemotePoller) GetFSign() uint64 {
panic("implement me")
}

Expand Down
22 changes: 11 additions & 11 deletions mocks/internal_/reader/rmn_remote.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ee3e47

Please sign in to comment.