From 79f6530c864e06316a80dae0842762352527def3 Mon Sep 17 00:00:00 2001 From: Alex Pikme <30472093+reject-i@users.noreply.github.com> Date: Thu, 17 Apr 2025 21:13:12 +0200 Subject: [PATCH] fix rejectection to rejection message_network.rs --- bitcoin/src/p2p/message_network.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/p2p/message_network.rs b/bitcoin/src/p2p/message_network.rs index 942578148..9e937358a 100644 --- a/bitcoin/src/p2p/message_network.rs +++ b/bitcoin/src/p2p/message_network.rs @@ -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,