Blockstream / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
320 stars 131 forks source link

Add support for the `blockchain.scripthash.get_mempool` endpoint #120

Open evanlinjin opened 1 month ago

evanlinjin commented 1 month ago

This is part of the Protocol Methods.

Currently, if a client attempts to call this, it is met with EOF (which is rather confusing since electrs advertises a protocol version of 1.4).