diff options
| author | Luke Dashjr <[email protected]> | 2016-10-04 14:07:50 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2016-12-29 11:43:29 +0000 |
| commit | d80a00660f5b26ee16c60b941c2bbbd2d49e711f (patch) | |
| tree | 2f51c9bddc2dbd13e7a853b49a1c50473fbf15ab /src | |
| parent | Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP... (diff) | |
| download | discoin-d80a00660f5b26ee16c60b941c2bbbd2d49e711f.tar.xz discoin-d80a00660f5b26ee16c60b941c2bbbd2d49e711f.zip | |
Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from history
Diffstat (limited to 'src')
| -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 23a4a2507..c979fdf87 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" |