Skip to content

Commit

Permalink
fix: README.md had wrong example code. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Sep 11, 2019
1 parent eda4f69 commit 93e2651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if err != nil {
}
// transform the tx into a tx_base64encodedstring so you can HTTP POST it
signedTxStr, err := aeternity.SerializeTx(&tx)
signedTxStr, err := aeternity.SerializeTx(&signedTx)
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 93e2651

Please sign in to comment.