Skip to content

Commit 12253ea

Browse files
committed
add DebugBlock and DebugAddress config comments
1 parent 75027b5 commit 12253ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

params/config_arbitrum.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ type ArbitrumChainParams struct {
6363
MaxCodeSize uint64 `json:"MaxCodeSize,omitempty"` // Maximum bytecode to permit for a contract. 0 value implies params.DefaultMaxCodeSize
6464
MaxInitCodeSize uint64 `json:"MaxInitCodeSize,omitempty"` // Maximum initcode to permit in a creation transaction and create instructions. 0 value implies params.DefaultMaxInitCodeSize
6565
MaxUncompressedBatchSize uint64 `json:"MaxUncompressedBatchSize,omitempty"`
66-
DebugBlock uint64 `json:"DebugBlock,omitempty"`
67-
DebugAddress *common.Address `json:"DebugAddress,omitempty"`
66+
DebugBlock uint64 `json:"DebugBlock,omitempty"` // block number of the injected debug block
67+
DebugAddress *common.Address `json:"DebugAddress,omitempty"` // address of the debug account to be pre-funded in during debug block
6868
}
6969

7070
func (c *ChainConfig) IsArbitrum() bool {

0 commit comments

Comments
 (0)