Browse Source
There were quite a few places where assert() was used with side effects, making operation with NDEBUG non-functional. This commit fixes all the cases I know about, but also adds an #error on NDEBUG because the code is untested without assertions and may still have vulnerabilities if used without assert. Conflicts: src/key.cpp src/main.cpp src/wallet.cpp Rebased-from: 2e0c4da3fb1ce78dca1b3db723cf095a94f2f371 0.8.x0.8
Gregory Maxwell
11 years ago
committed by
Warren Togami
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue