Skip to content

Commit e21ebf4

Browse files
committed
dont save configuration txs by default
1 parent 462c63a commit e21ebf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_rescue_v5_extract.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn extract_v5_json_rescue(
6464
RelationLabel::Transfer(_) => tx_vec.push(wtxs),
6565
RelationLabel::Onboarding(_) => tx_vec.push(wtxs),
6666
RelationLabel::Vouch(_) => tx_vec.push(wtxs),
67-
RelationLabel::Configuration => { tx_vec.push(wtxs) }
67+
RelationLabel::Configuration => {},
6868
RelationLabel::Miner => {}
6969
};
7070
}

0 commit comments

Comments
 (0)