From fa8abdc9953e381715493b259908e246914793b0 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 4 Dec 2020 09:58:59 +0100 Subject: rpc: Use FeeModes doc helper in estimatesmartfee Can be reviewed with --ignore-all-space --- test/functional/rpc_estimatefee.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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) -- cgit v1.2.3