aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2019-01-24 16:25:28 -0500
committerGregory Sanders <gsanders87@gmail.com>2019-02-04 10:26:46 -0500
commit851380ce177bccf0d608fa8017a383f2ac273dc1 (patch)
treec66f852652daf3f0ca6bcab9463f09a7bed058a8 /src/txmempool.h
parentebc6542d982c5fb7ad965ce3b365800a44e0e635 (diff)
downloadbitcoin-851380ce177bccf0d608fa8017a383f2ac273dc1.tar.xz
remove deprecated mentions of signrawtransaction from fundraw help
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index b10c9f099f..f7afaec8fc 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -746,7 +746,8 @@ private:
* This allows transaction replacement to work as expected, as you want to
* have all inputs "available" to check signatures, and any cycles in the
* dependency graph are checked directly in AcceptToMemoryPool.
- * It also allows you to sign a double-spend directly in signrawtransaction,
+ * It also allows you to sign a double-spend directly in
+ * signrawtransactionwithkey and signrawtransactionwithwallet,
* as long as the conflicting transaction is not yet confirmed.
*/
class CCoinsViewMemPool : public CCoinsViewBacked