mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 12:45:50 +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)
|
||||
return preparedTx.txJSON
|
||||
}
|
||||
txJSON = doPrepare()
|
||||
txJSON = JSON.stringify(doPrepare())
|
||||
```
|
||||
|
||||
{{ start_step("Prepare") }}
|
||||
|
||||
Reference in New Issue
Block a user