We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462c63a commit e21ebf4Copy full SHA for e21ebf4
src/json_rescue_v5_extract.rs
@@ -64,7 +64,7 @@ pub fn extract_v5_json_rescue(
64
RelationLabel::Transfer(_) => tx_vec.push(wtxs),
65
RelationLabel::Onboarding(_) => tx_vec.push(wtxs),
66
RelationLabel::Vouch(_) => tx_vec.push(wtxs),
67
- RelationLabel::Configuration => { tx_vec.push(wtxs) }
+ RelationLabel::Configuration => {},
68
RelationLabel::Miner => {}
69
};
70
}
0 commit comments