mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +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
|
```javascript
|
||||||
try {
|
try {
|
||||||
const mintTx = await client.submit(transactionParams, {
|
const mintTx = await client.submitAndWait(transactionParams, {
|
||||||
wallet: wallet
|
wallet: wallet
|
||||||
});
|
});
|
||||||
results += `\nNFT ${i+1} minted successfully.`;
|
results += `\nNFT ${i+1} minted successfully.`;
|
||||||
|
|||||||
Reference in New Issue
Block a user