alt_g4ng
Member
1
Posts
106
Reputation
May 29, 2024
Joined
Recent posts
- Understanding the Bitcoin Wallet CodeSep 14, 2025
hey, check out line 103 in src/bitcoin-wallet.cpp in the latest branch: std::unique_ptr<interfaces::Init> init = interfaces::MakeWalletInit(argc, argv, exit_status); if (!init) { return exit_status; } this seems to deal…