Skip to content

Commit

Permalink
add subnet confs to Start + CreateBlockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Nov 11, 2022
1 parent 66f9fcf commit 51bf84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ func init() {
"C": string(cChainConfig),
},
UpgradeConfigFiles: map[string]string{},
SubnetConfigFiles: map[string]string{},
}

for i := 0; i < len(defaultNetworkConfig.NodeConfigs); i++ {
Expand Down

0 comments on commit 51bf84e

Please sign in to comment.