remove escrow link

This commit is contained in:
Ryan G. Young
2021-03-31 13:07:26 -07:00
parent 57b9081e4b
commit bd7aa7cf86
2 changed files with 7 additions and 3 deletions

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="validated",
ledger_index="current",
queue=True,
strict=True,
)