rust-bitcoin / bitcoind

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

Give env var precedence #122

Closed RCasatta closed 1 year ago

RCasatta commented 1 year ago

precedently specifying both the feature and the env var is an error, now the env var takes precedence.

close #121