Skip to content

Conversation

@OBorce
Copy link
Contributor

@OBorce OBorce commented Dec 5, 2025

No description provided.

Comment on lines +990 to +995
let coin_type = match chain_type {
ChainType::Mainnet => ml_primitives::CoinType::Mainnet,
ChainType::Testnet => ml_primitives::CoinType::Testnet,
ChainType::Regtest => ml_primitives::CoinType::Regtest,
ChainType::Signet => ml_primitives::CoinType::Signet,
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move it out into a separate function to avoid duplication?

cargo deny check --allow duplicate --hide-inclusion-graph

cargo vet check --locked
# cargo vet check --locked
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to uncomment this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants