Skip to content

Commit bd625ba

Browse files
committed
fix build
1 parent 06858d2 commit bd625ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jormungandr/testing/loki/src/sender.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ use thor::{
2929

3030
/// Send malformed transactions
3131
/// Only supports account based wallets
32-
#[derive(custom_debug::Debug, thiserror::Error)]
32+
#[derive(Debug, thiserror::Error)]
3333
pub enum AdversaryFragmentSenderError {
3434
#[error("fragment sent to node: {alias} is not in rejected, date: '{date}', block: '{block}'")]
3535
FragmentNotRejected {
3636
alias: String,
3737
date: jormungandr_lib::interfaces::BlockDate,
3838
block: Hash,
39-
#[debug(skip)]
4039
logs: Vec<String>,
4140
},
4241
#[error("cannot build fragment")]

0 commit comments

Comments
 (0)