fix rejectection to rejection message_network.rs
This commit is contained in:
parent
30c1933d16
commit
79f6530c86
|
@ -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