kaspanet / rusty-kaspa

Kaspa full-node reference implementation and related libraries in the Rust programming language
ISC License
488 stars 153 forks source link

Cleanup legacy bip39 cfg flags interfering with docs.rs documentation builds #573

Closed aspect closed 1 month ago

aspect commented 1 month ago

Kaspa fork of the bip32 crate inherited a bip39 feature which has been removed as bip39 (mnemonic handling) is an integral part of the kaspa-bip32 crate. However, a left-over cfg_attr() gate was not noticed as it was specific for docs.rs resulting in docs.rs build failure. This PR cleans this up.