ripple / explorer

Open Source XRP Ledger Explorer
https://livenet.xrpl.org/
MIT License
95 stars 61 forks source link

Account page makes it seem like a deleted account never existed #260

Closed ckniffen closed 1 year ago

ckniffen commented 1 year ago

When loading the account page for a deleted account it says the account does not exist. All the transactions still exist but the gateway_balance and account_info calls fail which makes the whole page think it doesn't exist.

A user should still be able to see a list of all of the transactions like XRPScan does and be told the account has been deleted.

https://livenet.xrpl.org/accounts/rDANoh7wCHTFXxb8syps7hogBFbXQDcJRB https://xrpscan.com/account/rDANoh7wCHTFXxb8syps7hogBFbXQDcJRB

ckniffen commented 1 year ago

Fixed by #349