mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
[wallet] Add dummy wallet init class
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
#ifdef ENABLE_WALLET
|
||||
#include <wallet/init.h>
|
||||
#include <wallet/wallet.h>
|
||||
#include <walletinitinterface.h>
|
||||
#endif
|
||||
#include <walletinitinterface.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -674,6 +674,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
// Hook up the wallet init interface
|
||||
g_wallet_init_interface.reset(new WalletInit);
|
||||
#else
|
||||
g_wallet_init_interface.reset(new DummyWalletInit);
|
||||
#endif
|
||||
|
||||
/// 9. Main GUI initialization
|
||||
|
||||
Reference in New Issue
Block a user