diff options
| author | Gregory Sanders <[email protected]> | 2019-01-24 16:25:28 -0500 |
|---|---|---|
| committer | Gregory Sanders <[email protected]> | 2019-02-04 10:26:46 -0500 |
| commit | 851380ce177bccf0d608fa8017a383f2ac273dc1 (patch) | |
| tree | c66f852652daf3f0ca6bcab9463f09a7bed058a8 /src/txmempool.h | |
| parent | Merge #15322: wallet: Add missing cs_db lock (diff) | |
| download | discoin-851380ce177bccf0d608fa8017a383f2ac273dc1.tar.xz discoin-851380ce177bccf0d608fa8017a383f2ac273dc1.zip | |
remove deprecated mentions of signrawtransaction from fundraw help
Diffstat (limited to 'src/txmempool.h')
| -rw-r--r-- | src/txmempool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index b10c9f099..f7afaec8f 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 |