From e8d99188fb3c8f8c4ae369d339e76e73f2714947 Mon Sep 17 00:00:00 2001 From: Obiajulu <47371105+ObiajuluM@users.noreply.github.com> Date: Tue, 6 Sep 2022 20:58:39 -0700 Subject: [PATCH] Update content/_code-samples/escrow/py/create_escrow.py Co-authored-by: Rome Reginelli --- content/_code-samples/escrow/py/create_escrow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_code-samples/escrow/py/create_escrow.py b/content/_code-samples/escrow/py/create_escrow.py index d9af2d55f5..c0fd8c9f64 100644 --- a/content/_code-samples/escrow/py/create_escrow.py +++ b/content/_code-samples/escrow/py/create_escrow.py @@ -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()`