mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
xrpl.js 2.0: small code updates
This commit is contained in:
@@ -44,7 +44,7 @@ $("#sign-button").click( function(event) {
|
||||
const wallet = get_wallet(event)
|
||||
if (!wallet) {return}
|
||||
|
||||
{tx_blob, hash} = wallet.sign(preparedTxJSON)
|
||||
const {tx_blob, hash} = wallet.sign(preparedTxJSON)
|
||||
|
||||
block.find(".output-area").html(
|
||||
`<div><strong>Signed Transaction blob:</strong>
|
||||
|
||||
Reference in New Issue
Block a user