mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-09 11:55:57 +00:00
8bf581e72d
* Cleanup unused exp_getProofsByBlockNumber endpoint.
307 B
307 B
After change to the Aristo single state database, the proof logic in p2p.nim is not supported anymore.
The proof logic in question refers to functions state_db.getAccountProof() and state_db.getStorageProof() which used now unsupported internal access to the differently organised legacy database.