mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
In create buy offer, parse the flag int
This commit is contained in:
@@ -161,7 +161,7 @@ async function createBuyOffer() {
|
|||||||
"Owner": owner.value,
|
"Owner": owner.value,
|
||||||
"TokenID": tokenId.value,
|
"TokenID": tokenId.value,
|
||||||
"Amount": amount.value,
|
"Amount": amount.value,
|
||||||
"Flags": 0 //parseInt(flags.value)
|
"Flags": parseInt(flags.value)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Submit signed blob --------------------------------------------------------
|
// Submit signed blob --------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user