Skip to content

Commit

Permalink
dont save configuration txs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 27, 2024
1 parent 462c63a commit e21ebf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json_rescue_v5_extract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub fn extract_v5_json_rescue(
RelationLabel::Transfer(_) => tx_vec.push(wtxs),
RelationLabel::Onboarding(_) => tx_vec.push(wtxs),
RelationLabel::Vouch(_) => tx_vec.push(wtxs),
RelationLabel::Configuration => { tx_vec.push(wtxs) }
RelationLabel::Configuration => {},
RelationLabel::Miner => {}
};
}
Expand Down

0 comments on commit e21ebf4

Please sign in to comment.