You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor, kernel: Remove gArgs accesses from dbwrapper and txdb
Code in the libbitcoin_kernel library should not be calling ArgsManager methods
or trying to read options from the command line. Instead it should just get
options values from simple structs and function arguments that are passed in
externally. This commit removes gArgs accesses from dbwrapper and txdb modules
by defining appropriate options structs, and is a followup to PR's #25290#25487#25527 which remove other ArgsManager calls from kernel modules.
This PR does not change behavior in any way.
// Distributed under the MIT software license, see the accompanying
3
+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// Distributed under the MIT software license, see the accompanying
3
+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
0 commit comments