mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-30 22:51:19 +00:00
remove String() from Signature. closes #29
This commit is contained in:
parent
03d2b2446e
commit
1bc8de4caa
@ -23,7 +23,6 @@ type SignatureInner interface {
|
|||||||
AssertIsSignatureInner()
|
AssertIsSignatureInner()
|
||||||
Bytes() []byte
|
Bytes() []byte
|
||||||
IsZero() bool
|
IsZero() bool
|
||||||
String() string
|
|
||||||
Equals(Signature) bool
|
Equals(Signature) bool
|
||||||
Wrap() Signature
|
Wrap() Signature
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user