Skip to content

Commit

Permalink
docs: update token-airdrop-example.js (#2593)
Browse files Browse the repository at this point in the history
I think the message is wrong here and should mention that the treasury has received the NFT again after the account has rejected it.

Signed-off-by: Michiel Mulders <[email protected]>
Co-authored-by: ivaylonikolov7 <[email protected]>
  • Loading branch information
michielmulders and ivaylonikolov7 authored Jan 16, 2025
1 parent 472b573 commit a0c6a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/token-airdrop-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ async function main() {

/**
* Step 14:
* Query to verify treasury no longer has the NFT
* Query to verify treasury has received the NFT back
*/
let treasuryBalance = await new AccountBalanceQuery()
.setAccountId(treasuryAccount)
Expand Down

0 comments on commit a0c6a4f

Please sign in to comment.