mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Update content/_code-samples/escrow/py/create_escrow.py
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
This commit is contained in:
@@ -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()`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user