Skip to content

Commit

Permalink
allow for possibility that soft forks won't be returned in getblockch…
Browse files Browse the repository at this point in the history
…aininfo
  • Loading branch information
kn0wmad committed May 27, 2022
1 parent 693631c commit 94725dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub struct ChainInfo {
size_on_disk: u64,
#[serde(default)]
pruneheight: usize,
#[serde(default)]
softforks: LinearMap<String, SoftFork>,
}

Expand Down

0 comments on commit 94725dd

Please sign in to comment.