paradigmxyz / cryo

cryo is the easiest way to extract blockchain data to parquet, csv, json, or python dataframes
Apache License 2.0
1.17k stars 105 forks source link

Fix typo in error handling comment #114

Closed fahimahmedx closed 11 months ago

fahimahmedx commented 11 months ago

Looks like the comments are swapped. [cfg(not(debug_assertions))] is for release builds, and [cfg(debug_assertions)] for debug builds.