mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-19 17:34:15 +00:00
* In the incomplete-db node-existence check, don't use contains. (Using contains led to a problem with CaptureDB.) * In the incomplete-db check, just checking len > 0 isn't right. * Oh, I needed the AssertionDefect thing too. * Need this when compiling under older versions of Nim. * Sometimes we want missing nodes to be errors, sometimes not.