blvm-node 0.1.0

Bitcoin Commons BLVM: Minimal Bitcoin node implementation using blvm-protocol and blvm-consensus
1
2
3
4
5
//! Wires `tests/integration/utxo_commitments_tests.rs` into a Cargo integration test binary.
//! Without this root `tests/*.rs` crate, files under `tests/integration/` are not compiled.

#[path = "integration/utxo_commitments_tests.rs"]
mod utxo_commitments_tests;