Update unfreeze_token.py

This commit is contained in:
Obiajulu
2022-11-17 17:35:32 -08:00
committed by GitHub
parent 6eb4cef154
commit bbff68f99f

View File

@@ -15,9 +15,11 @@ print("Generating two test wallets...")
# Address to unfreeze trustline
target_addr = generate_faucet_wallet(client=client).classic_address
print("Successfully generated the target account")
# Sender wallet
sender_wallet = generate_faucet_wallet(client=client)
print("Successfully generated the sender account")
print("Successfully generated test wallets")