Blockstream / electrs

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

GET /address/:address/txs/mempool return only current block data #92

Closed ms6006 closed 4 months ago

ms6006 commented 4 months ago

Hi,

I'm using a self-hosted Electrs instance. I want to retrieve all transactions in the mempool by address, but when I request GET /address/:address/txs/mempool, I only get transactions from the latest block. How can I fix this? Do I need to add something to the configuration?

Thanks!