mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user