mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-09 06:12:07 +00:00
6 lines
45 B
Go
6 lines
45 B
Go
|
package chunk
|
||
|
|
||
|
const (
|
||
|
DefaultSize = 4096
|
||
|
)
|