1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 01:36:56 +01:00

Add variable definition

This commit is contained in:
Tim Daubenschütz 2017-09-22 10:01:06 +02:00
parent d284ced256
commit e34917ea2b

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