mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-15 09:15:50 +00:00
Update _code-samples/quickstart/js/ripplex3a-create-offers.js
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
This commit is contained in:
@@ -182,7 +182,7 @@ async function getOffers() {
|
|||||||
"TransactionType": "OfferCreate",
|
"TransactionType": "OfferCreate",
|
||||||
"Account": operational_wallet.address,
|
"Account": operational_wallet.address,
|
||||||
"TakerGets": takerGets,
|
"TakerGets": takerGets,
|
||||||
"TakerPays": takerPays
|
"TakerPays": takerPays
|
||||||
})
|
})
|
||||||
// ------------------------------------------------- Sign prepared instructions
|
// ------------------------------------------------- Sign prepared instructions
|
||||||
const signed = operational_wallet.sign(prepared)
|
const signed = operational_wallet.sign(prepared)
|
||||||
|
|||||||
Reference in New Issue
Block a user