aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-12-04 09:58:59 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-12-07 09:28:47 +0100
commitfa8abdc9953e381715493b259908e246914793b0 (patch)
tree27b4bd16e22188fcb2192f06dee29b6dc80ab3c2 /test
parenta0489f3472f3799dc1ece32a59556fd239c4c14b (diff)
downloadbitcoin-fa8abdc9953e381715493b259908e246914793b0.tar.xz
rpc: Use FeeModes doc helper in estimatesmartfee
Can be reviewed with --ignore-all-space
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/rpc_estimatefee.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/rpc_estimatefee.py b/test/functional/rpc_estimatefee.py
index 3b76c7dd1e..81862ac69e 100755
--- a/test/functional/rpc_estimatefee.py
+++ b/test/functional/rpc_estimatefee.py
@@ -41,6 +41,8 @@ class EstimateFeeTest(BitcoinTestFramework):
self.nodes[0].estimatesmartfee(1)
# self.nodes[0].estimatesmartfee(1, None)
self.nodes[0].estimatesmartfee(1, 'ECONOMICAL')
+ self.nodes[0].estimatesmartfee(1, 'unset')
+ self.nodes[0].estimatesmartfee(1, 'conservative')
self.nodes[0].estimaterawfee(1)
self.nodes[0].estimaterawfee(1, None)