Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: show info for old transactions (#843)
Viewing old transactions was broken by #835. When sending `api_version: 1` to clio it will currently forward to a rippled node which is not full history. That will be addresses soon but until then wont send now that for every request. Explicitly send `api_version` when getting `account_info` because we only want the result from the most recently validated ledger.
- Loading branch information