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
For transaction validation rule regarding re-spend attacks, hashing the transactions isn't sufficient protection against a re-spend. We also need to know if the inputs have been spent elsewhere (simply hashing won't catch this). More info 👇 https://github.com/ubclaunchpad/cumulus/blob/dev/blockchain/validation.go#L148
The text was updated successfully, but these errors were encountered:
Validation May Not be Perfect 🤔
The text was updated successfully, but these errors were encountered: