Update docs/tutorials/javascript/nfts/mint-and-burn-nfts.md

Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
This commit is contained in:
Dennis Dawson
2025-06-06 12:35:16 -07:00
committed by GitHub
parent 623a5d30a3
commit 7eae9064f3

View File

@@ -230,7 +230,7 @@ Disconnect from the XRP Ledger.
Get the account wallet and connect to the XRP Ledger.
```javascript
sync function burnNFT() {
async function burnNFT() {
const wallet = xrpl.Wallet.fromSeed(accountSeedField.value);
const net = getNet();
const client = new xrpl.Client(net);