mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Merge NFT doc fixes
This commit is contained in:
@@ -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 --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user