fix rejectection to rejection message_network.rs

This commit is contained in:
Alex Pikme 2025-04-17 21:13:12 +02:00 committed by GitHub
parent 30c1933d16
commit 79f6530c86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,