Skip to content

Commit

Permalink
Fixed go-fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Jun 25, 2023
1 parent da16f3b commit 5c4f20b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ func DefaultConfig(home, chainId string) *NodeConfig {
Seeds: ""},
Aggregator: true,
BlockManagerConfig: BlockManagerConfig{
BlockTime: 200 * time.Millisecond,
EmptyBlocksMaxTime: 60 * time.Second,
BatchSubmitMaxTime: 600 * time.Second,
NamespaceID: "000000000000ffff",
BlockBatchSize: 500,
BlockBatchMaxSizeBytes: 1500000},
BlockTime: 200 * time.Millisecond,
EmptyBlocksMaxTime: 60 * time.Second,
BatchSubmitMaxTime: 600 * time.Second,
NamespaceID: "000000000000ffff",
BlockBatchSize: 500,
BlockBatchMaxSizeBytes: 1500000},
DALayer: "mock",
SettlementLayer: "mock",
}
Expand Down

0 comments on commit 5c4f20b

Please sign in to comment.