BTCP-Rebase/src/rpc
MarcoFalke c377feaad8
Merge #11267: rpc: update cli for estimate*fee argument rename
5acd82de9 rpc: make estimatesmartfee argument naming consistent with documentation (Wladimir J. van der Laan)
24697c40e rpc: update cli for estimatefee argument rename (Wladimir J. van der Laan)

Pull request description:

  The first argument of `estimaterawfee` was renamed from `nblocks` to `conf_target` in 06bcdb8da6. Update the client-side table as well.
  This makes #10753 pass again.

Tree-SHA512: 107c0072a45e0f4e083dc803d534973e6bd4c005e62337a867815d7c98ab1c21d97b7a495c32763883975cbbb001b80003001a6709b7d9bdd81ce4d441b667be
2017-09-12 19:31:30 +02:00
..
blockchain.cpp Merge #11238: Add assertions before potential null deferences 2017-09-06 23:54:06 +02:00
blockchain.h Remove unnecessary forward class declarations in header files 2017-06-12 20:37:43 +02:00
client.cpp rpc: make estimatesmartfee argument naming consistent with documentation 2017-09-08 01:55:59 +02:00
client.h
mining.cpp Merge #11267: rpc: update cli for estimate*fee argument rename 2017-09-12 19:31:30 +02:00
mining.h Properly bound check conf_target in wallet RPC calls 2017-07-14 23:41:40 -04:00
misc.cpp Merge #10793: Changing &var[0] to var.data() 2017-09-08 01:16:54 +02:00
net.cpp rpc: Push down safe mode checks 2017-08-29 10:09:41 +02:00
protocol.cpp rpc: Write authcookie atomically 2017-08-25 15:37:24 +02:00
protocol.h rpc: Write authcookie atomically 2017-08-25 15:37:24 +02:00
rawtransaction.cpp Introduce wrappers around CBitcoinAddress 2017-09-06 13:07:45 -07:00
register.h
safemode.cpp rpc: Push down safe mode checks 2017-08-29 10:09:41 +02:00
safemode.h rpc: Push down safe mode checks 2017-08-29 10:09:41 +02:00
server.cpp rpc: Push down safe mode checks 2017-08-29 10:09:41 +02:00
server.h rpc: Push down safe mode checks 2017-08-29 10:09:41 +02:00