This commit is contained in:
Jedrzej Stuczynski
2020-01-24 14:14:49 +00:00
parent 9913f6f041
commit 3db34e7717
+1 -1
View File
@@ -127,7 +127,7 @@ impl PacketProcessor {
}
Ok(_) => return Err(MixProcessingError::ReceivedFinalHopError),
Err(e) => {
warn!("Failed to unwrap Sphinx pakcet: {:?}", e);
warn!("Failed to unwrap Sphinx packet: {:?}", e);
return Err(MixProcessingError::SphinxProcessingError);
}
};