Commit 7c1ec6bc authored by Oliver beans's avatar Oliver beans Committed by GitHub

chore: small fix in op-alt-da (#12038)

* fix some typos in alt-da

* fix from PR #12223

* new find in batcher
parent 5ecd2db1
...@@ -51,7 +51,7 @@ func TestChannelConfig_Check(t *testing.T) { ...@@ -51,7 +51,7 @@ func TestChannelConfig_Check(t *testing.T) {
} }
for i := 0; i < derive.FrameV0OverHeadSize; i++ { for i := 0; i < derive.FrameV0OverHeadSize; i++ {
expectedErr := fmt.Sprintf("max frame size %d is less than the minimum 23", i) expectedErr := fmt.Sprintf("max frame size %d is less than the minimum 23", i)
i := i // need to udpate Go version... i := i // need to update Go version...
tests = append(tests, test{ tests = append(tests, test{
input: func() ChannelConfig { input: func() ChannelConfig {
cfg := defaultTestChannelConfig() cfg := defaultTestChannelConfig()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment