mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +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
|
||||
acct_info = AccountInfo(
|
||||
account=test_account,
|
||||
ledger_index="current",
|
||||
ledger_index="validated",
|
||||
queue=True,
|
||||
strict=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user