blvm-node 0.1.4

Bitcoin Commons BLVM: Minimal Bitcoin node implementation using blvm-protocol and blvm-consensus
1
2
3
4
5
6
7
8
9
//! Extended UTXO commitments scenarios (heavy / integration-oriented).
//! Wired by `tests/utxo_commitments_integration.rs` so Cargo discovers this module.

#[cfg(feature = "utxo-commitments")]
#[test]
fn utxo_commitments_integration_smoke() {
    // Placeholder for full-network flows; client unit tests live in
    // `utxo_commitments_client_feature_tests.rs`.
}