aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_estimatefee.py
AgeCommit message (Collapse)Author
2020-03-22test: add executable flag for rpc_estimatefee.pySebastian Falbesoner
2019-10-09[test] Add coverage to estimaterawfee and estimatesmartfeeBen Woosley
This adds light functional coverage to estimaterawfee - a subset of the testing applied to estimatesmartfee, and argument validation testing to both estimaterawfee and estimatesmartfee. One valid estimatesmartfee signature test is commented out because it fails currently.