qml: fix regression 840243e029
This commit is contained in:
@@ -350,7 +350,7 @@ class FeeHistogram:
|
|||||||
slot, # width of bucket
|
slot, # width of bucket
|
||||||
bytes_current, # cumulative depth at far end of bucket
|
bytes_current, # cumulative depth at far end of bucket
|
||||||
])
|
])
|
||||||
return data, bytes_current
|
return capped_histogram, bytes_current
|
||||||
|
|
||||||
|
|
||||||
class FeeTimeEstimates:
|
class FeeTimeEstimates:
|
||||||
|
|||||||
Reference in New Issue
Block a user