This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
remove String() from Signature.
closes
#29
pull/1782/head
Ethan Buchman
7 years ago
parent
03d2b2446e
commit
1bc8de4caa
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save