Added deprecatedrpc=estimatefee option to bitcoin config
This commit is contained in:
parent
680f06a4eb
commit
cb63cb6724
@ -15,3 +15,5 @@ zmqpubrawtx=tcp://127.0.0.1:48330
|
|||||||
rpcworkqueue=1100
|
rpcworkqueue=1100
|
||||||
maxmempool=2000
|
maxmempool=2000
|
||||||
dbcache=1000
|
dbcache=1000
|
||||||
|
|
||||||
|
deprecatedrpc=estimatefee
|
||||||
|
|||||||
@ -15,3 +15,5 @@ mempoolexpiry=72
|
|||||||
rpcworkqueue=1100
|
rpcworkqueue=1100
|
||||||
maxmempool=2000
|
maxmempool=2000
|
||||||
dbcache=1000
|
dbcache=1000
|
||||||
|
|
||||||
|
deprecatedrpc=estimatefee
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
bitcoin (0.16.0-satoshilabs5) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Added deprecatedrpc=estimatefee option
|
||||||
|
|
||||||
|
-- Jakub Matys <jakub.matys@satoshilabs.com> Wed, 30 May 2018 13:02:19 +0200
|
||||||
|
|
||||||
bitcoin (0.16.0-satoshilabs4) unstable; urgency=medium
|
bitcoin (0.16.0-satoshilabs4) unstable; urgency=medium
|
||||||
|
|
||||||
* Increased limits in backend config
|
* Increased limits in backend config
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user