Skip to content

Commit

Permalink
simplify patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Sep 2, 2024
1 parent e74a1ea commit 9b7f6d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions validation/genesis/config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ index 4c813acd4..42aa795ed 100644
+++ b/op-chain-ops/genesis/config.go
@@ -588,7 +588,7 @@ func NewDeployConfig(path string) (*DeployConfig, error) {
}

dec := json.NewDecoder(bytes.NewReader(file))
- dec.DisallowUnknownFields()
+ // dec.DisallowUnknownFields()


var config DeployConfig
if err := dec.Decode(&config); err != nil {

0 comments on commit 9b7f6d8

Please sign in to comment.