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:
merge-script 2025-04-18 01:38:55 +00:00
commit 9b455ffe83
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ pub struct Reject {
pub message: Cow<'static, str>, pub message: Cow<'static, str>,
/// reason of rejection as code /// reason of rejection as code
pub ccode: RejectReason, pub ccode: RejectReason,
/// reason of rejectection /// reason of rejection
pub reason: Cow<'static, str>, pub reason: Cow<'static, str>,
/// reference to rejected item /// reference to rejected item
pub hash: sha256d::Hash, pub hash: sha256d::Hash,