Skip to content

Commit

Permalink
Add variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Sep 22, 2017
1 parent d284ced commit e34917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Recap: Asset Creation & Transfer
0)
// Sign with alice's private key
txTransferBobSigned = driver.Transaction.signTransaction(txTransferBob, alice.privateKey)
let txTransferBobSigned = driver.Transaction.signTransaction(txTransferBob, alice.privateKey)
console.log('Posting signed transaction: ', txTransferBobSigned)
// Post and poll status
Expand Down

0 comments on commit e34917e

Please sign in to comment.