rust-bitcoin-unsafe-fast/bitcoin/src/network
Tobin C. Harding a11cf07501
Run the formatter
Various formatting issues have crept into the codebase because we do not
run the formatter in CI.

In preparation for enabling formatting checks in CI run `cargo +nightly
fmt` to fix current formatting issues. No changes other than those
create by the formatter.
2023-03-06 10:22:29 +11:00
..
address.rs Run the formatter 2023-03-06 10:22:29 +11:00
constants.rs Run the formatter 2023-03-06 10:22:29 +11:00
message.rs Run the formatter 2023-03-06 10:22:29 +11:00
message_blockdata.rs Run the formatter 2023-03-06 10:22:29 +11:00
message_bloom.rs network: Run cargo fmt 2022-11-18 13:11:09 +11:00
message_compact_blocks.rs network: Run cargo fmt 2022-11-18 13:11:09 +11:00
message_filter.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
message_network.rs Run the formatter 2023-03-06 10:22:29 +11:00
mod.rs Reexport `Magic` 2023-02-25 19:10:36 +01:00