mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
let user select wallet file with -wallet=foo.dat
use std::string instead of psz for WalletFile only allow wallets within $DATADIR Use strWalletFile in salvage/recover fix: remove unused variable pszWalletFile move strWalletFile to init.h/init.cpp avoid conversion of strWalletfile to c-string
This commit is contained in:
committed by
Nils Schneider
parent
a4f43075d6
commit
674cb304b3
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "wallet.h"
|
||||
|
||||
extern std::string strWalletFile;
|
||||
extern CWallet* pwalletMain;
|
||||
|
||||
void StartShutdown();
|
||||
|
||||
Reference in New Issue
Block a user