]> Untitled Git - bdk/commit
build(testenv): `mine_empty_blocks` requires `std` feature
authorvalued mammal <valuedmammal@protonmail.com>
Fri, 23 Jan 2026 19:06:27 +0000 (14:06 -0500)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Mon, 26 Jan 2026 17:29:58 +0000 (14:29 -0300)
commit939383266b00fb0f676e2a578af8147ca35552e5
tree246d2290bbc7d2f4f1c557f32c4617c2fe57abe4
parentcbad92eb69243dbe57d001556ffa31e21d223138
build(testenv): `mine_empty_blocks` requires `std` feature

Feature-gate TestEnv methods `mine_empty_blocks`, `reorg_empty_blocks`
behind `std` feature, as they depend on `rand` which is only
available when `std` feature is enabled.
crates/testenv/src/lib.rs