Merge rust-bitcoin/rust-bitcoin#4359: fix `rejectection` to `rejection` message_network.rs
79f6530c86
fix rejectection to rejection message_network.rs (Alex Pikme)
Pull request description:
ACKs for top commit:
apoelstra:
ACK 79f6530c864e06316a80dae0842762352527def3; successfully ran local tests
Tree-SHA512: 0b8875780365496ce9621c0ca8bb7617fd458bb618e0bd93607245a9e326509c2a5817b8a650722a54c24ea3cd673345c63d3b4d2ef01ff074e09d2c0e5b235e
This commit is contained in:
commit
9b455ffe83
|
@ -138,7 +138,7 @@ pub struct Reject {
|
|||
pub message: Cow<'static, str>,
|
||||
/// reason of rejection as code
|
||||
pub ccode: RejectReason,
|
||||
/// reason of rejectection
|
||||
/// reason of rejection
|
||||
pub reason: Cow<'static, str>,
|
||||
/// reference to rejected item
|
||||
pub hash: sha256d::Hash,
|
||||
|
|
Loading…
Reference in New Issue