mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Correct typo
This commit is contained in:
parent
e1e2950dd9
commit
428edad6eb
@ -80,7 +80,7 @@ transaction spending two outputs from two different create transactions:
|
||||
|
||||
const createTranfer = BigchainDB.Transaction.makeTransferTransaction(
|
||||
[{ tx: txCreated1, output_index: 0 },
|
||||
M{ tx: txCreated2, output_index: 0}],
|
||||
{ tx: txCreated2, output_index: 0}],
|
||||
[BigchainDB.Transaction.makeOutput(
|
||||
BigchainDB.Transaction.makeEd25519Condition(alice.publicKey))],
|
||||
metaData
|
||||
|
Loading…
Reference in New Issue
Block a user