mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
GUI/RPCConsole: Include importmulti in history sensitive-command filter
This commit is contained in:
@@ -69,6 +69,7 @@ namespace {
|
|||||||
// don't add private key handling cmd's to the history
|
// don't add private key handling cmd's to the history
|
||||||
const QStringList historyFilter = QStringList()
|
const QStringList historyFilter = QStringList()
|
||||||
<< "importprivkey"
|
<< "importprivkey"
|
||||||
|
<< "importmulti"
|
||||||
<< "signmessagewithprivkey"
|
<< "signmessagewithprivkey"
|
||||||
<< "signrawtransaction"
|
<< "signrawtransaction"
|
||||||
<< "walletpassphrase"
|
<< "walletpassphrase"
|
||||||
|
|||||||
Reference in New Issue
Block a user