Pass argsmanager reference to intro instead of relying on global#75
Pass argsmanager reference to intro instead of relying on global#75maflcko wants to merge 1 commit intobitcoin-core:masterfrom maflcko:2008-qtArgsIntro
Conversation
|
requested by @ryanofsky in #35 (comment) |
|
Concept ACK. |
|
@ryanofsky Would be good to have your eyes over this as a sanity check 👀 |
|
I don't think this change is beneficial in it's current form. Before this change there are 46 references to the Also I don't think there is a necessarily a reason to eliminate the |
|
Ok, thanks for looking. |
Motivation: (copied from bitcoin/bitcoin#19779)
The gArgs global has several issues:
The goal is to remove gArgs, but as a first step in that direction this pull will change gArgs to use a passed-in reference instead.