You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding transactions to the mempool from the protocol, we need to check to see if that particular address already has money pending to be spent to prevent overflowing of multiple double spending transactions. None of the transactions that double spend will make it into a block but they will sit in the mempool until marked invalid or expire after a certain set amount of time specified in parameters.h
When adding transactions to the mempool from the protocol, we need to check to see if that particular address already has money pending to be spent to prevent overflowing of multiple double spending transactions. None of the transactions that double spend will make it into a block but they will sit in the mempool until marked invalid or expire after a certain set amount of time specified in parameters.h
https://github.com/AnythingTechPro/vulkan/blob/716ed7985f170a63d7417812307875b55f157135/src/core/mempool.c#L149
The text was updated successfully, but these errors were encountered: