Working on top of D1103. Attempts to fix various bugs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- arcpatch-D1103
- Lint
Lint Passed Severity Location Code Message Auto-Fix src/test/script_tests.cpp:1 CFMT Code style violation - Unit
No Test Coverage - Build Status
Buildable 2156 Build 2456: Bitcoin ABC Buildbot (legacy) Build 2455: arc lint + arc unit
Event Timeline
src/script/interpreter.cpp | ||
---|---|---|
1254 | Try catch probably not needed, but seeing as CScriptNum can throw exceptions out of the constructor, it might be necessary. If so, it may be necessary all over this file. |