mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 22:04:52 +00:00
7 lines
330 B
Markdown
7 lines
330 B
Markdown
|
After change to the *Aristo* single state database, the proof logic in
|
||
|
*p2p.nim* and *experimental.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.
|