Skip to content

Commit 65fbe78

Browse files
Junha Yangjunha1
authored andcommitted
Make TransactionOutcome Debug
1 parent a2e8777 commit 65fbe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coordinator/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub enum VerifiedCrime {
3030
},
3131
}
3232

33-
#[derive(Serialize, Deserialize, Default)]
33+
#[derive(Serialize, Deserialize, Default, Debug)]
3434
pub struct TransactionOutcome {
3535
pub events: Vec<Event>,
3636
}

0 commit comments

Comments
 (0)