aboutsummaryrefslogtreecommitdiff
path: root/src/signet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Remove SignetTxs::m_valid and use optional insteadMarcoFalke2020-09-221-12/+12
| | | | | | m_valid implies the block solution has been checked, which is not the case. It only means the txs could be parsed. C++17 comes with std::optional, so just use that instead.
* add signet basic support (signet.cpp)Karl-Johan Alm2020-09-101-0/+149
Co-authored-by: Anthony Towns <[email protected]>