dashevo / dapi

DEPRECATED A decentralized API for the Dash network
MIT License
17 stars 11 forks source link

fix: `subscribeToTransactionsWithProofsHandler` misses transactions from mempool #375

Closed shuplenkov closed 3 years ago

shuplenkov commented 3 years ago

Issue being fixed or feature implemented

If the client was reconnected to subscribeToTransactionsWithProofs or it was connected after transaction was emitted, there will be no instantLock event emitted.

What was done?

Scan mempool for new transactions

How Has This Been Tested?

Breaking Changes

No

Checklist:

For repository code-owners and collaborators only