bitcoin/src/init
Russell Yanofsky e4709c7b56 Start using init makeNode, makeChain, etc methods
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.)
2021-08-17 03:05:15 -05:00
..
bitcoin-node.cpp Start using init makeNode, makeChain, etc methods 2021-08-17 03:05:15 -05:00
bitcoind.cpp Start using init makeNode, makeChain, etc methods 2021-08-17 03:05:15 -05:00
common.cpp scripted-diff: Replace GetDataDir() calls with gArgs.GetDataDirNet() calls 2021-05-24 10:29:58 +02:00
common.h Move common package version code to init/common 2021-04-19 06:11:38 -04:00