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.
1 parent 546ea9f commit bcecfa1Copy full SHA for bcecfa1
_code-samples/quickstart/js/ripplex3a-create-offers.js
@@ -182,7 +182,7 @@ async function getOffers() {
182
"TransactionType": "OfferCreate",
183
"Account": operational_wallet.address,
184
"TakerGets": takerGets,
185
- "TakerPays": takerPays
+ "TakerPays": takerPays
186
})
187
// ------------------------------------------------- Sign prepared instructions
188
const signed = operational_wallet.sign(prepared)
0 commit comments