diff options
author | Alex Morcos <morcos@chaincode.com> | 2017-03-03 10:40:42 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2017-03-03 16:50:20 -0500 |
commit | b421e6ddcf00f220732f43742393452bb8bf4cdd (patch) | |
tree | 252c2ac12211fa86fc9d8c99393c8b227c63b033 /contrib/debian | |
parent | 7d4e9509ade0c258728011d8f6544ec3e75d63dc (diff) |
Update example bitcoin.conf
Diffstat (limited to 'contrib/debian')
-rw-r--r-- | contrib/debian/examples/bitcoin.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf index 0c6eaa0a37..923ab75314 100644 --- a/contrib/debian/examples/bitcoin.conf +++ b/contrib/debian/examples/bitcoin.conf @@ -116,9 +116,7 @@ # running on another host using this option: #rpcconnect=127.0.0.1 -# Transaction Fee Changes in 0.10.0 - -# Create transactions that have enough fees (or priority) so they are likely to begin confirmation within n blocks (default: 1). +# Create transactions that have enough fees so they are likely to begin confirmation within n blocks (default: 6). # This setting is over-ridden by the -paytxfee option. #txconfirmtarget=n |