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.
1 parent 06858d2 commit bd625baCopy full SHA for bd625ba
src/jormungandr/testing/loki/src/sender.rs
@@ -29,14 +29,13 @@ use thor::{
29
30
/// Send malformed transactions
31
/// Only supports account based wallets
32
-#[derive(custom_debug::Debug, thiserror::Error)]
+#[derive(Debug, thiserror::Error)]
33
pub enum AdversaryFragmentSenderError {
34
#[error("fragment sent to node: {alias} is not in rejected, date: '{date}', block: '{block}'")]
35
FragmentNotRejected {
36
alias: String,
37
date: jormungandr_lib::interfaces::BlockDate,
38
block: Hash,
39
- #[debug(skip)]
40
logs: Vec<String>,
41
},
42
#[error("cannot build fragment")]
0 commit comments