Skip to content

Commit

Permalink
Update escrow snippet: Use rippled API v2 format
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeshava committed Jan 2, 2025
1 parent 8f78931 commit 1255d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/send_escrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
finish_tx = EscrowFinish(
account=wallet1.address,
owner=wallet1.address,
offer_sequence=create_escrow_response.result["Sequence"],
offer_sequence=create_escrow_response.result["tx_json"]["Sequence"],
fulfillment=cryptoCondition["fulfillment"],
condition=cryptoCondition["condition"],
)
Expand Down

0 comments on commit 1255d5d

Please sign in to comment.