wallet: Refactor to WalletInitInterface* const g_wallet_init_interface

This commit is contained in:
João Barbosa
2018-03-30 09:48:29 +01:00
parent 39bc2faa2e
commit d894894aab
3 changed files with 6 additions and 4 deletions

View File

@@ -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
{