We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a181b1f + 4b1bb1d commit 35f5b05Copy full SHA for 35f5b05
README.md
@@ -138,7 +138,7 @@ if (!approvalStatusForUserB.contractApproved) {
138
// The taker approves the trade transaction and it will be submitted on the blockchain for settlement.
139
// Once the transaction is confirmed, the trade will be settled and cannot be reversed.
140
const fillTx = await nftSwapSdk.fillSignedOrder(signedOrder);
141
-const fillTxReceipt = await nftSwapSdk.awaitTransactionHash(fillTx);
+const fillTxReceipt = await nftSwapSdk.awaitTransactionHash(fillTx.hash);
142
console.log(`🎉 🥳 Order filled. TxHash: ${fillTxReceipt.transactionHash}`);
143
```
144
0 commit comments