mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
Merge pull request #793 from denizdanaie/patch-2
Prepare-Transaction-txJSON-must-be-a-string
This commit is contained in:
@@ -183,7 +183,7 @@ async function doPrepare() {
|
|||||||
console.log("Transaction expires after ledger:", maxLedgerVersion)
|
console.log("Transaction expires after ledger:", maxLedgerVersion)
|
||||||
return preparedTx.txJSON
|
return preparedTx.txJSON
|
||||||
}
|
}
|
||||||
txJSON = doPrepare()
|
txJSON = JSON.stringify(doPrepare())
|
||||||
```
|
```
|
||||||
|
|
||||||
{{ start_step("Prepare") }}
|
{{ start_step("Prepare") }}
|
||||||
|
|||||||
Reference in New Issue
Block a user