remove String() from Signature. closes #29

This commit is contained in:
Ethan Buchman 2017-09-06 02:32:37 -04:00
parent 03d2b2446e
commit 1bc8de4caa
1 changed files with 0 additions and 1 deletions

View File

@ -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
} }