xrpl.js 2.0: small code updates

This commit is contained in:
mDuo13
2021-10-13 17:37:37 -07:00
parent 46b9a90c08
commit 69641175ce
4 changed files with 4 additions and 7 deletions

View File

@@ -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>