From ef1a3e7baf5e191d44bcb46d43843a4aa8d2aa46 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Tue, 29 Dec 2020 14:37:25 -0600 Subject: [PATCH] Add doc about no mempool (#2429) --- docs/node/node.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/node/node.md b/docs/node/node.md index b13b0437a9..b17fceb793 100644 --- a/docs/node/node.md +++ b/docs/node/node.md @@ -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: