mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-11 01:26:10 +01:00
Use interfaces::Init::make* methods instead of interfaces::Make* functions, so interfaces can be constructed differently in different executables without having to change any code. (So for example bitcoin-gui can make an interfaces::Node pointer that communicates with a bitcoin-node subprocess, while bitcoin-qt can make an interfaces::Node pointer that starts node code in the same process.) |
||
---|---|---|
.. | ||
addressbooktests.cpp | ||
addressbooktests.h | ||
apptests.cpp | ||
apptests.h | ||
Makefile | ||
rpcnestedtests.cpp | ||
rpcnestedtests.h | ||
test_main.cpp | ||
uritests.cpp | ||
uritests.h | ||
util.cpp | ||
util.h | ||
wallettests.cpp | ||
wallettests.h |