mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
change current to validated for ledger
This commit is contained in:
@@ -24,7 +24,7 @@ print("X-address:\n\n", test_xaddress)
|
|||||||
from xrpl.models.requests.account_info import AccountInfo
|
from xrpl.models.requests.account_info import AccountInfo
|
||||||
acct_info = AccountInfo(
|
acct_info = AccountInfo(
|
||||||
account=test_account,
|
account=test_account,
|
||||||
ledger_index="current",
|
ledger_index="validated",
|
||||||
queue=True,
|
queue=True,
|
||||||
strict=True,
|
strict=True,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user