mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 20:21:47 +00:00
remove String() from Signature. closes #29
This commit is contained in:
@ -23,7 +23,6 @@ type SignatureInner interface {
|
||||
AssertIsSignatureInner()
|
||||
Bytes() []byte
|
||||
IsZero() bool
|
||||
String() string
|
||||
Equals(Signature) bool
|
||||
Wrap() Signature
|
||||
}
|
||||
|
Reference in New Issue
Block a user