Merge NFT doc fixes

This commit is contained in:
mDuo13
2022-01-10 12:48:43 -08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ async function createSellOffer() {
"Account": wallet.classicAddress,
"TokenID": tokenId.value,
"Amount": amount.value,
"Flags": 1 //parseInt(flags.value)
"Flags": parseInt(flags.value)
}
// Submit signed blob --------------------------------------------------------