Update content/_code-samples/escrow/py/create_escrow.py

Co-authored-by: Rome Reginelli <mduo13@gmail.com>
This commit is contained in:
Obiajulu
2022-09-06 20:58:39 -07:00
committed by GitHub
parent 4178875330
commit e8d99188fb

View File

@@ -10,7 +10,7 @@ client = JsonRpcClient("https://s.altnet.rippletest.net:51234") # instanstiate r
amount = 10.000 # amount to escrow
receiver_addr = generate_faucet_wallet(client=client).classic_address # receiver address
receiver_addr = "rPT1Sjq2YGrBMTttX4GZHjKu9dyfzbpAYe" # Example: send back to Testnet Faucet
claim_date = int # date when and after ecsrow can be claimed `xrpl.utils.datetime_to_ripple_time()`