mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02: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