We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SignatureProcessor
1 parent c2c0210 commit 9124902Copy full SHA for 9124902
mithril-aggregator/src/services/signature_processor.rs
@@ -86,7 +86,10 @@ impl SignatureProcessor for SequentialSignatureProcessor {
86
.increment(&[&origin_network]);
87
}
88
Err(e) => {
89
- error!(self.logger, "Error dispatching single signature"; "error" => ?e);
+ error!(
90
+ self.logger, "Error dispatching single signature";
91
+ "full_payload" => #?signature, "error" => ?e
92
+ );
93
94
95
0 commit comments