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
fix tx string format
pull/503/head
Ethan Buchman
8 years ago
parent
eb9ca23250
commit
d5113377e2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
types/tx.go
+ 1
- 1
types/tx.go
View File
@ -21,7 +21,7 @@ func (tx Tx) Hash() []byte {
}
func
(
tx
Tx
)
String
(
)
string
{
return
fmt
.
Sprintf
(
"Tx{%X}"
)
return
fmt
.
Sprintf
(
"Tx{%X}"
,
tx
)
}
type
Txs
[
]
Tx
Write
Preview
Loading…
Cancel
Save