diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-10-04 14:07:50 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-12-29 11:43:29 +0000 |
commit | d80a00660f5b26ee16c60b941c2bbbd2d49e711f (patch) | |
tree | 2f51c9bddc2dbd13e7a853b49a1c50473fbf15ab /src/qt/rpcconsole.cpp | |
parent | afde12f265bbc4742b329c6adecc853cb68a7155 (diff) |
Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from history
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r-- | src/qt/rpcconsole.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 23a4a25078..c979fdf87b 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -68,6 +68,7 @@ namespace { // don't add private key handling cmd's to the history const QStringList historyFilter = QStringList() << "importprivkey" + << "signmessagewithprivkey" << "signrawtransaction" << "walletpassphrase" << "walletpassphrasechange" |