Commit ad7018c1 authored by Mark Tyneway's avatar Mark Tyneway

op-proposer: fix test build

parent 188c21dc
...@@ -34,10 +34,7 @@ func setupL2OutputOracle() (common.Address, *bind.TransactOpts, *backends.Simula ...@@ -34,10 +34,7 @@ func setupL2OutputOracle() (common.Address, *bind.TransactOpts, *backends.Simula
big.NewInt(10), big.NewInt(10),
big.NewInt(2), big.NewInt(2),
big.NewInt(0), big.NewInt(0),
big.NewInt(0), )
from,
common.Address{0xdd},
big.NewInt(100))
if err != nil { if err != nil {
return common.Address{}, nil, nil, nil, err return common.Address{}, nil, nil, nil, err
} }
......
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