Fabian Jahr
590bda79e8
scripted-diff: Remove setup_clean_chain if default is not changed
...
-BEGIN VERIFY SCRIPT-
git grep -l "self.setup_clean_chain = False" test/functional/*.py | xargs sed -i "/self.setup_clean_chain = False/d";
-END VERIFY SCRIPT-
2021-02-01 23:13:38 +01:00
MarcoFalke
fa8abdc995
rpc: Use FeeModes doc helper in estimatesmartfee
...
Can be reviewed with --ignore-all-space
2020-12-07 09:28:47 +01:00
Jon Atack
449b730579
wallet: provide valid values if invalid estimate mode passed
...
Co-authored-by: Murch <murch@murch.one>
2020-11-12 11:43:17 +01:00
MarcoFalke
fa488f131f
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
2020-04-16 13:33:09 -04:00
Sebastian Falbesoner
f0dfac7da3
test: add executable flag for rpc_estimatefee.py
2020-03-22 23:20:35 +01:00
Ben Woosley
111880aaf7
[test] Add coverage to estimaterawfee and estimatesmartfee
...
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.
2019-10-09 12:49:30 +01:00