change current to validated for ledger

This commit is contained in:
Ryan G. Young
2021-03-31 10:37:59 -07:00
parent df3a83d714
commit 57b9081e4b

View File

@@ -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,
)