Update _code-samples/quickstart/js/ripplex3a-create-offers.js

Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
This commit is contained in:
Dennis Dawson
2024-10-09 09:40:51 -07:00
committed by GitHub
parent 546ea9f609
commit bcecfa1c95

View File

@@ -182,7 +182,7 @@ async function getOffers() {
"TransactionType": "OfferCreate",
"Account": operational_wallet.address,
"TakerGets": takerGets,
"TakerPays": takerPays
"TakerPays": takerPays
})
// ------------------------------------------------- Sign prepared instructions
const signed = operational_wallet.sign(prepared)