Merge rust-bitcoin/rust-bitcoin#4311: fix correction in comment mod.rs
0a1efdaa66
fix correction in comment mod.rs (Bilog WEB3) Pull request description: assoctiated - associated ACKs for top commit: tcharding: ACK0a1efdaa66
apoelstra: ACK 0a1efdaa669c37892371ae0df0b94848e554154a; successfully ran local tests Tree-SHA512: bdeb08b17e7f39b7fbe6644fdc76c1c264f078039c51801de66fd1ebf02cd89a5951cb2ebd5d8e052331a82cdc0b0e2796c37c7a2e43403ea22d8420e76f03cf
This commit is contained in:
commit
808771d87e
|
@ -19,7 +19,7 @@ pub use self::{
|
|||
weight::Weight
|
||||
};
|
||||
|
||||
/// Implements `FeeRate` and assoctiated features.
|
||||
/// Implements `FeeRate` and associated features.
|
||||
pub mod fee_rate {
|
||||
#[cfg(feature = "serde")]
|
||||
pub use units::fee_rate::serde;
|
||||
|
|
Loading…
Reference in New Issue