mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
This commit is contained in:
@@ -13,7 +13,7 @@ class CScheduler;
|
||||
class CWallet;
|
||||
|
||||
class WalletInitInterface;
|
||||
extern std::unique_ptr<WalletInitInterface> g_wallet_init_interface;
|
||||
extern WalletInitInterface* const g_wallet_init_interface;
|
||||
|
||||
namespace boost
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user