Re-enable or delete the assertion in fetch_sprout_final_treestates()
#6389
Labels
A-consensus
Area: Consensus rule updates
A-cryptography
Area: Cryptography related
C-audit
Category: Issues arising from audit findings
C-bug
Category: This is a bug
C-security
Category: Security issues
Motivation
The auditors have suggested that this commented-out assertion should either be deleted, or enabled but disabled in tests:
zebra/zebra-state/src/service/check/anchors.rs
Lines 158 to 172 in c838383
We can do this using
#[cfg(not(test))]
.Testing
Our existing integration tests should cover this.
The text was updated successfully, but these errors were encountered: