mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
Update content/_code-samples/escrow/py/account_escrows.py
Co-authored-by: jonathanlei <jlei@ripple.com>
This commit is contained in:
@@ -43,7 +43,7 @@ for escrow in escrows:
|
||||
received_escrows.append(escrow_data)
|
||||
|
||||
# Add lists to escrow dict
|
||||
all_escrow_dict["sent"] = sent_escrows
|
||||
all_escrows_dict["sent"] = sent_escrows
|
||||
all_escrow_dict["received"] = received_escrows
|
||||
|
||||
print(all_escrow_dict)
|
||||
|
||||
Reference in New Issue
Block a user