Skip to content

Conversation

@nabijaczleweli
Copy link

a b c d e f

(Draft because on top of #748)

Per <https://electrumx.readthedocs.io/en/latest/protocol-methods.html#mempool.get_fee_histogram>,
mempool.get_fee_histogram is:
1. an electrumx extension
2. deprecated

And per https://github.com/kyuupichan/electrumx @ 76280a15b48ea3ff0ee6ae47d21833cbaad8522f,
electrumx/server/session.py,
            'mempool.get_fee_histogram': self.compact_fee_histogram,
    async def compact_fee_histogram(self):
        self.bump_cost(1.0)
        return []

So this either (a) fails on non-electrumx,
or (b) bails out when it gets an empty histogram.
@binarybaron
Copy link

awesome, will try to review this next week!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants