Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schimih committed Dec 7, 2022
1 parent 3467f36 commit 3d6e9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mock/pubkeyConverterStub.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (pcs *PubkeyConverterStub) EncodeSlice(pkBytesSlice [][]byte) ([]string, er

// SilentEncode -
func (pcs *PubkeyConverterStub) SilentEncode(pkBytes []byte, log core.Logger) string {
if pcs.EncodeCalled != nil {
if pcs.SilentEncodeCalled != nil {
return pcs.SilentEncodeCalled(pkBytes, log)
}

Expand Down

0 comments on commit 3d6e9c9

Please sign in to comment.