This makes the code less noisy and is a preparation for changing it to `const`-based literal. Because of the preparation, places that used variables to store the hex string were changed to constants. There are still some instances of `Vec::from_hex` left - where they won't be changeable to `const` and where `hex!` is unavailable (integration tests). These may be dealt with later. See also #1189 |
||
|---|---|---|
| .. | ||
| address.rs | ||
| constants.rs | ||
| message.rs | ||
| message_blockdata.rs | ||
| message_bloom.rs | ||
| message_compact_blocks.rs | ||
| message_filter.rs | ||
| message_network.rs | ||
| mod.rs | ||