Skip to content

Commit

Permalink
Merge branch 'master' into v2.0-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
peilun-conflux committed Jun 29, 2022
2 parents d89f5df + 189f8a0 commit 84bc6b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,7 @@ impl Configuration {
conf.additional_maintained_trace_epoch_count = Some(0);
}
}
if conf
.additional_maintained_transaction_index_epoch_count
.is_some()
{
if conf.additional_maintained_transaction_index_epoch_count != Some(0) {
conf.persist_tx_index = true;
}
conf
Expand Down

0 comments on commit 84bc6b0

Please sign in to comment.