aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_getblockstats.py
diff options
context:
space:
mode:
authorMarcin Jachymiak <marcin@bitcoinops.org>2018-08-08 14:40:56 -0400
committerMarcin Jachymiak <marcinja@mit.edu>2018-08-11 15:00:17 -0400
commit4b7091a842c2c3a76f4136cb0fdcf1c5904fd237 (patch)
tree1a0b0c33f182cddd27b9e230647a93064a88351e /test/functional/rpc_getblockstats.py
parentdf9f71274645a917e2578c52a1c59745bce8112d (diff)
downloadbitcoin-4b7091a842c2c3a76f4136cb0fdcf1c5904fd237.tar.xz
Replace median fee rate with feerate percentiles
Removes medianfeerate result from getblockstats. Adds feerate_percentiles which give the feerate of the 10th, 25th, 50th, 75th, and 90th percentile weight unit in the block.
Diffstat (limited to 'test/functional/rpc_getblockstats.py')
-rwxr-xr-xtest/functional/rpc_getblockstats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_getblockstats.py b/test/functional/rpc_getblockstats.py
index 37ef9f2b68..5ad6a57d66 100755
--- a/test/functional/rpc_getblockstats.py
+++ b/test/functional/rpc_getblockstats.py
@@ -27,7 +27,7 @@ class GetblockstatsTest(BitcoinTestFramework):
'maxfee',
'maxfeerate',
'medianfee',
- 'medianfeerate',
+ 'feerate_percentiles',
'minfee',
'minfeerate',
'totalfee',