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
8591de9 kill useless mapPeginsSpentToTxid (Gregory Sanders)
Pull request description:
Completely redundant since #260 when peg-in inputs have taken on deterministic prevouts, so normal mempool logic has taken over for accounting for double-spending peg-in proofs in the mempool.
resolves#624
Tree-SHA512: e5c0e7570657bd1418f54fdd47a6f3f815a5779e28ff15ba37c18e425780415385af64efa57be882ba12ad748e7a664fb723eae0e819bf1d5f197bb0b82b086b
https://github.com/ElementsProject/elements/blob/master/src/txmempool.cpp#L591
That check should be redundant since the spending of pegins is handled using the regular double spend prevention checks.
The text was updated successfully, but these errors were encountered: