rust-bitcoin-unsafe-fast/bitcoin/src/network
rustaceanrob cbe04b00c6
Remove all `p2p` dependency from `network`
Motivated by moving the `p2p` module to its own crate. `TryFrom` and
`From` are already implement for converting to and from
`Network`/`Magic`. The methods related to `Magic` are removed from
`Network`, as well as any reference to `p2p` in the documentation, as
`bitcoin` would no longer depend on `p2p`.

The deser roundtrip test are relocated to `p2p/mod.rs`
2025-05-29 15:20:10 +01:00
..
mod.rs Remove all `p2p` dependency from `network` 2025-05-29 15:20:10 +01:00
params.rs Remove all `p2p` dependency from `network` 2025-05-29 15:20:10 +01:00