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
fix: make genesis transaction wtxid test deterministic
Replace multiple wtxid assertions with single deterministic value check.
The test was previously accepting three different wtxid values which could
hide potential mismatches. Now validates the actual deterministic wtxid
value produced by the Dash genesis coinbase transaction.
- Remove problematic multi-value assertion that accepted 3 different wtxid values
- Use single assert_eq\! with the actual deterministic wtxid value
- Ensures test fails properly if wtxid doesn't match expected value
- Improves test reliability and debugging capability
The genesis coinbase transaction wtxid is deterministic and should always be:
babeaa0bf3af03c0f12d94da95c7f28168be22087a16fb207e7abda4ae654ee3
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments