Add doc about no mempool (#2429)

This commit is contained in:
benthecarman 2020-12-29 14:37:25 -06:00 committed by GitHub
parent 76cdcb50f9
commit 145023cb3d

View File

@ -11,6 +11,11 @@ Bitcoin-s has experimental support for neutrino which is a new lite client propo
read more about how neutrino works [here](https://suredbits.com/neutrino-what-is-it-and-why-we-need-it/). At this time,
bitcoin-s only supports connecting to one trusted peer.
#### Limitations
Currently, the node does not have an active mempool.
It is only aware of transactions it broadcasts and ones confirmed in blocks.
#### Callbacks
Bitcoin-S support call backs for the following events that happen on the bitcoin p2p network: