diff --git a/content/references/xrpljs2-migration-guide.md b/content/references/xrpljs2-migration-guide.md index aac12a616f..cd93689fd0 100644 --- a/content/references/xrpljs2-migration-guide.md +++ b/content/references/xrpljs2-migration-guide.md @@ -165,7 +165,7 @@ const signed = api.sign(JSON.stringify(tx_json), seed) **xrpl.js 2.0:** ```js -const wallet = new xrpl.Wallet.fromSeed('s████████████████████████████') +const wallet = xrpl.Wallet.fromSeed('s████████████████████████████') const tx_json = { "Account": wallet.address, "TransactionType":"Payment",