rpc: Use FeeModes doc helper in estimatesmartfee

Can be reviewed with --ignore-all-space
This commit is contained in:
MarcoFalke
2020-12-04 09:58:59 +01:00
parent a0489f3472
commit fa8abdc995
2 changed files with 11 additions and 11 deletions

View File

@ -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)