mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2025-02-14 21:10:32 +01:00
Add variable definition
This commit is contained in:
parent
d284ced256
commit
e34917ea2b
@ -339,7 +339,7 @@ Recap: Asset Creation & Transfer
|
|||||||
0)
|
0)
|
||||||
|
|
||||||
// Sign with alice's private key
|
// 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)
|
console.log('Posting signed transaction: ', txTransferBobSigned)
|
||||||
|
|
||||||
// Post and poll status
|
// Post and poll status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user