mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-25 06:05:51 +00:00
more NFT tutorial fixes
This commit is contained in:
@@ -407,7 +407,7 @@ async function createSellOffer() {
|
||||
|
||||
|
||||
```js
|
||||
const tx = await client.submitAndWait(transactionBlob,{wallet})//AndWait
|
||||
const tx = await client.submitAndWait(transactionBlob,{wallet})
|
||||
|
||||
```
|
||||
|
||||
@@ -539,7 +539,7 @@ async function createBuyOffer() {
|
||||
|
||||
|
||||
```js
|
||||
const tx = await client.submit(transactionBlob,{wallet})//AndWait
|
||||
const tx = await client.submitAndWait(transactionBlob,{wallet})
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user