1
0

qml: fix regression 840243e029

This commit is contained in:
Sander van Grieken
2025-03-10 16:31:28 +01:00
parent 0d120145d5
commit a00cf35fd0

View File

@@ -350,7 +350,7 @@ class FeeHistogram:
slot, # width of bucket
bytes_current, # cumulative depth at far end of bucket
])
return data, bytes_current
return capped_histogram, bytes_current
class FeeTimeEstimates: