Rather than copy-paste this to another test that I'm working on, it should be available to the whole unit test suite.
Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGINGcc37dd10864e: Move NULLPTR macro so that it can be used by all unit tests
rABCcc37dd10864e: Move NULLPTR macro so that it can be used by all unit tests
ninja check + CI diff should build (it uses an older version of Boost)
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I wanted to use it here: https://reviews.bitcoinabc.org/D1894#inline-13587
It's technically not 100% necessary, as (RPCCommand*)nullptr works as well I think.
The alternative to both of those is to copy NULLPTR into that test file as well. Thoughts?