mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
xrpljs 2.0: transaction stuff in migration guide, etc.
This commit is contained in:
@@ -25,7 +25,6 @@ async function main() {
|
||||
"SetFlag": xrpl.AccountSetAsfFlags.asfRequireDest
|
||||
})
|
||||
console.log("Prepared transaction:", prepared)
|
||||
const max_ledger = prepared.LastLedgerSequence
|
||||
|
||||
const signed = wallet.sign(prepared)
|
||||
console.log("Transaction hash:", signed.hash)
|
||||
|
||||
Reference in New Issue
Block a user