mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-02 09:35:53 +00:00
Change classic_address to address xrpl-py
This commit is contained in:
@@ -16,7 +16,7 @@ check_id = "F944CB379DEE18EFDA7A58A4F81AF1A98C46E54A8B9F2D268F1E26610BC0EB03"
|
||||
sender_wallet = generate_faucet_wallet(client=client)
|
||||
|
||||
# Build check cancel transaction
|
||||
check_txn = CheckCancel(account=sender_wallet.classic_address, check_id=check_id)
|
||||
check_txn = CheckCancel(account=sender_wallet.address, check_id=check_id)
|
||||
|
||||
# Sign and submit transaction
|
||||
stxn_response = submit_and_wait(check_txn, client, sender_wallet)
|
||||
|
||||
Reference in New Issue
Block a user