Add variable definition

This commit is contained in:
Tim Daubenschütz 2017-09-22 10:01:06 +02:00
parent d284ced256
commit e34917ea2b
1 changed files with 1 additions and 1 deletions

View File

@ -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