mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
Update docs/tutorials/javascript/nfts/batch-mint-nfts.md
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
This commit is contained in:
@@ -256,7 +256,7 @@ Submit the transaction and wait for the result.
|
||||
|
||||
```javascript
|
||||
try {
|
||||
const mintTx = await client.submit(transactionParams, {
|
||||
const mintTx = await client.submitAndWait(transactionParams, {
|
||||
wallet: wallet
|
||||
});
|
||||
results += `\nNFT ${i+1} minted successfully.`;
|
||||
|
||||
Reference in New Issue
Block a user