Skip to content

Commit

Permalink
Docs: signedTxBytes is not a part of RLP encoded signed transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
paulperegud committed Oct 8, 2018
1 parent a393893 commit 65d16d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tesuji_tx_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ signedTxBytes = rlpEncode(txArray)

Rlp encoding the entire array from previous step
```
tx_for_encode = { blknum1, txindex1, oindex1, blknum2, txindex2, oindex2, cur12, newowner1, amount1, newowner2, amount2, signature1, signature2, signedTxBytes}
tx_for_encode = { blknum1, txindex1, oindex1, blknum2, txindex2, oindex2, cur12, newowner1, amount1, newowner2, amount2, signature1, signature2 }
rlp_encoded = rlpEncode(tx_for_encode)
```
Expand Down

0 comments on commit 65d16d8

Please sign in to comment.