diff --git a/electrum/fee_policy.py b/electrum/fee_policy.py index d3c330411..90bd8d44f 100644 --- a/electrum/fee_policy.py +++ b/electrum/fee_policy.py @@ -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: