aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/checks.h
AgeCommit message (Collapse)Author
2022-07-19refactor: Reduce number of SanityChecks return valuesRyan Ofsky
2022-06-02kernel: SanityChecks: Return an error structCarl Dong
This reduces libbitcoinkernel's coupling with ui_interface and translation.
2022-06-02Move init::SanityCheck to kernel::SanityCheckCarl Dong