Skip to content

Commit

Permalink
Fix flags import
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Sep 29, 2024
1 parent 9a21339 commit 90a9193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-da/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (

"github.com/ethereum-optimism/optimism/op-service/ctxinterrupt"
"github.com/mdehoog/op-nitro/op-da/da"
"github.com/mdehoog/op-nitro/op-da/flags"

"github.com/urfave/cli/v2"

"github.com/ethereum-optimism/optimism/op-proposer/flags"
"github.com/ethereum-optimism/optimism/op-service/cliapp"
oplog "github.com/ethereum-optimism/optimism/op-service/log"
"github.com/ethereum/go-ethereum/log"
Expand Down

0 comments on commit 90a9193

Please sign in to comment.