Browse Source

remove String() from Signature. closes #29

pull/1782/head
Ethan Buchman 7 years ago
parent
commit
1bc8de4caa
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      signature.go

+ 0
- 1
signature.go View File

@ -23,7 +23,6 @@ type SignatureInner interface {
AssertIsSignatureInner()
Bytes() []byte
IsZero() bool
String() string
Equals(Signature) bool
Wrap() Signature
}


Loading…
Cancel
Save