aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/txoutproof.cpp
AgeCommit message (Collapse)Author
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
-BEGIN VERIFY SCRIPT- sed -i 's/CChainState/Chainstate/g' $(git grep -l CChainState ':(exclude)doc/release-notes*') -END VERIFY SCRIPT- Co-authored-by: MacroFake <falke.marco@gmail.com>
2022-05-18Do not call global Params() when chainman is in scopeMacroFake
2022-04-25Remove not needed clang-format off commentsMarcoFalke
Can be reviewed with --word-diff-regex=. --ignore-all-space
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-03-17Move txoutproof RPCs to txoutproof.cppMarcoFalke