Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal authored and goran-ethernal committed Nov 24, 2023
1 parent c4d56e3 commit 4070067
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions command/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/0xPolygon/polygon-edge/command/bridge"
"github.com/0xPolygon/polygon-edge/command/genesis"
"github.com/0xPolygon/polygon-edge/command/helper"
"github.com/0xPolygon/polygon-edge/command/license"
"github.com/0xPolygon/polygon-edge/command/mint"
"github.com/0xPolygon/polygon-edge/command/monitor"
"github.com/0xPolygon/polygon-edge/command/peers"
Expand Down Expand Up @@ -53,7 +52,6 @@ func (rc *RootCommand) registerSubCommands() {
backup.GetCommand(),
genesis.GetCommand(),
server.GetCommand(),
license.GetCommand(),
polybftsecrets.GetCommand(),
bridge.GetCommand(),
regenesis.GetCommand(),
Expand Down

0 comments on commit 4070067

Please sign in to comment.