mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
xrpl.js 2.0 code samples cleanup
This commit is contained in:
@@ -523,7 +523,6 @@ async function generic_full_send(event, tx_json, wallet) {
|
||||
const {tx_blob, hash} = wallet.sign(prepared)
|
||||
block.find(".output-area").append(
|
||||
`<p>${tl("Transaction hash:")} <code id="tx_id">${hash}</code></p>`)
|
||||
// TODO: update computeSignedTransactionHash if that changes
|
||||
|
||||
await do_submit(block, {"tx_blob": tx_blob}, wait_step_name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user