Skip to content

Commit

Permalink
Set default Certificate exchange config in local devnet manifest (#475)
Browse files Browse the repository at this point in the history
Set the default cert exchange configuration in the local devnet
manifest, since nil cert exchange config causes panic.

Relates to: filecoin-project/lotus#12236
  • Loading branch information
masih authored Jul 15, 2024
1 parent 4aba72e commit d3185ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func LocalDevnetManifest() *Manifest {
BootstrapEpoch: 1000,
EcConfig: DefaultEcConfig,
GpbftConfig: DefaultGpbftConfig,
CxConfig: DefaultCxConfig,
}
return m
}
Expand Down

0 comments on commit d3185ef

Please sign in to comment.