Skip to content

Commit bcecfa1

Browse files
Update _code-samples/quickstart/js/ripplex3a-create-offers.js
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
1 parent 546ea9f commit bcecfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ async function getOffers() {
182182
"TransactionType": "OfferCreate",
183183
"Account": operational_wallet.address,
184184
"TakerGets": takerGets,
185-
"TakerPays": takerPays
185+
"TakerPays": takerPays
186186
})
187187
// ------------------------------------------------- Sign prepared instructions
188188
const signed = operational_wallet.sign(prepared)

0 commit comments

Comments
 (0)