mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from history
This commit is contained in:
parent
afde12f265
commit
d80a00660f
@ -68,6 +68,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"
|
||||||
|
<< "signmessagewithprivkey"
|
||||||
<< "signrawtransaction"
|
<< "signrawtransaction"
|
||||||
<< "walletpassphrase"
|
<< "walletpassphrase"
|
||||||
<< "walletpassphrasechange"
|
<< "walletpassphrasechange"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user