fatxpool
: improve event listeners
#5495
Labels
T0-node
This PR/Issue is related to the topic “node”.
fatxpool
: improve event listeners
#5495
Some improvements can be made to internal eventing system:
update_view
:InBlock
event could be sent via side-channel, instead of registering listener in view (in case transaction is already in the cloned view). This can simplify the code.TxInMemPool::watched
- this could be replaced with listener,TxMemPool::listener
would become redundant.The text was updated successfully, but these errors were encountered: