aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTom Harding <[email protected]>2014-06-26 18:31:40 -0700
committerTom Harding <[email protected]>2014-06-27 07:54:21 -0700
commit9004798e62e987ddf50030b17fa1881b63dd5e45 (patch)
tree5434905c6482214d8dfd452843cae123a13a2087 /contrib
parentUI to alert of respend attempt affecting wallet. (diff)
downloaddiscoin-9004798e62e987ddf50030b17fa1881b63dd5e45.tar.xz
discoin-9004798e62e987ddf50030b17fa1881b63dd5e45.zip
Add -respendnotify option and new RPC data
-respendnotify=<cmd> Execute command when a network tx respends wallet tx input (%s=respend TxID, %t=wallet TxID) Add respendsobserved array to gettransaction, listtransactions, and listsinceblock RPCs. This omits the malleated clones that are included in the walletconflicts array. Add RPC help for respendsobserved and walletconflicts (help was missing for the latter).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/debian/manpages/bitcoin-qt.13
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/debian/manpages/bitcoin-qt.1 b/contrib/debian/manpages/bitcoin-qt.1
index cd478b187..25a423f9c 100644
--- a/contrib/debian/manpages/bitcoin-qt.1
+++ b/contrib/debian/manpages/bitcoin-qt.1
@@ -139,6 +139,9 @@ Execute command when the best block changes (%s in cmd is replaced by block hash
\fB\-walletnotify=\fR<cmd>
Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
.TP
+\fB\-respendnotify=\fR<cmd>
+Execute command when a network tx respends wallet tx input (%s=respend TxID, %t=wallet TxID)
+.TP
\fB\-alertnotify=\fR<cmd>
Execute command when a relevant alert is received (%s in cmd is replaced by message)
.TP