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-
4 years ago
MarcoFalke
fa8abdc995
rpc: Use FeeModes doc helper in estimatesmartfee
...
Can be reviewed with --ignore-all-space
4 years ago
Jon Atack
449b730579
wallet: provide valid values if invalid estimate mode passed
...
Co-authored-by: Murch <murch@murch.one>
4 years ago
MarcoFalke
fa488f131f
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
5 years ago
Sebastian Falbesoner
f0dfac7da3
test: add executable flag for rpc_estimatefee.py
5 years ago
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.
5 years ago