Skip to content

Commit

Permalink
Set default Certificate exchange config in local devnet manifest
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 committed Jul 15, 2024
1 parent 4aba72e commit fa9b753
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 fa9b753

Please sign in to comment.