Update cancel_escrow.py

This commit is contained in:
Obiajulu
2022-10-04 01:08:08 -07:00
committed by GitHub
parent 4546e3072d
commit ad6d411b05

View File

@@ -9,7 +9,7 @@ client = JsonRpcClient("https://s.altnet.rippletest.net:51234") # Connect to the
# Cancel an escrow
# An Escrow can only be canceled if it was created with a CancelAfter time
escrow_seq = 30215126
escrow_sequence = 30215126
# Sender wallet object
sender_wallet = generate_faucet_wallet(client=client)