mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Fixup for rpc wallet unused variable
This commit is contained in:
parent
1787334e29
commit
d8ad2dd701
@ -1489,7 +1489,8 @@ UniValue importmulti(const JSONRPCRequest& mainRequest)
|
||||
std::shared_ptr<CWallet> const wallet = GetWalletForJSONRPCRequest(mainRequest);
|
||||
if (!wallet) return NullUniValue;
|
||||
CWallet* const pwallet = wallet.get();
|
||||
LegacyScriptPubKeyMan& spk_man = GetLegacyScriptPubKeyMan(*wallet);
|
||||
|
||||
GetLegacyScriptPubKeyMan(*wallet);
|
||||
|
||||
//Default options
|
||||
bool fRescan = true;
|
||||
|
Loading…
Reference in New Issue
Block a user