Skip to content

Commit 67c4105

Browse files
authored
remove comment (#365)
1 parent db7655a commit 67c4105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add-chain/cmd/compress-genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var CompressGenesisCmd = cli.Command{
132132
Alloc: make(jsonutil.LazySortedJsonMap[common.Address, GenesisAccount]),
133133
}
134134

135-
// write genesis, but only reference code by code-hash, and don't encode the L2 predeploys to save space.
135+
// write genesis, but only reference code by code-hash
136136
for addr, account := range genesis.Alloc {
137137
var codeHash common.Hash
138138
if len(account.Code) > 0 {

0 commit comments

Comments
 (0)