Skip to content

Commit

Permalink
fixup! fixup! Refactor type of assume_valid_target from H256 to `Ve…
Browse files Browse the repository at this point in the history
…c<H256>`
  • Loading branch information
eval-exec committed Dec 8, 2024
1 parent 4a5aedc commit 20f1359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/app-config/src/configs/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub struct SyncConfig {
pub header_map: HeaderMapConfig,
/// Block hash of assume valid target
#[serde(skip, default)]
pub assume_valid_target: Option<H256>,
pub assume_valid_targets: Option<Vec<H256>>,
/// Proof of minimum work during synchronization
#[serde(skip, default)]
pub min_chain_work: U256,
Expand Down

0 comments on commit 20f1359

Please sign in to comment.