rust-bitcoin / bitcoind

Utility to launch a regtest bitcoind process in a rust test
MIT License
40 stars 33 forks source link

Should allow both env var and feature #121

Closed apoelstra closed 1 year ago

apoelstra commented 1 year ago

Right now if a feature gate is set then the crate errors out, which means it is impossible for a user to override the feature flag.

Instead if the environment variable is set it should always take precedence.