mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-17 04:43:26 +01:00
Having InitContext() avoids the need to add duplicate code to src/init/*.cpp files in the next commit. It also lets these files avoid referencing global variables like gArgs. There is no change in behavior in this commit.