mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
changeing bad nameed variable
This commit is contained in:
parent
5993c4cd6b
commit
2021639139
@ -246,9 +246,9 @@ export default class Transaction {
|
||||
input.fulfillment = fulfillmentUri
|
||||
})
|
||||
|
||||
const serializedSecondTransaction =
|
||||
const serializedSignedTransaction =
|
||||
Transaction.serializeTransactionIntoCanonicalString(signedTx)
|
||||
signedTx.id = sha256Hash(serializedSecondTransaction)
|
||||
signedTx.id = sha256Hash(serializedSignedTransaction)
|
||||
return signedTx
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user