Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Fix lint and e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Oct 20, 2023
1 parent 51f4b57 commit c44bb31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion command/rootchain/supernet/supernet.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func runCommand(cmd *cobra.Command, _ []string) error {

txn := rootHelper.CreateTransaction(ownerKey.Address(), &supernetAddr, encoded, nil, true)

// TODO: Strange, there might be different approach to figure out if genesis set is already finalized?
if _, err = txRelayer.Call(ownerKey.Address(), supernetAddr, encoded); err == nil {
receipt, err := txRelayer.SendTransaction(txn, ownerKey)
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion e2e-polybft/framework/test-bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ func (t *TestBridge) finalizeGenesis(genesisPath string, polybftConfig polybft.P
"--private-key", rootHelper.TestAccountPrivKey,
"--genesis", genesisPath,
"--supernet-manager", polybftConfig.Bridge.CustomSupernetManagerAddr.String(),
"--stake-manager", polybftConfig.Bridge.StakeManagerAddr.String(),
"--finalize-genesis-set",
"--enable-staking",
}
Expand Down

0 comments on commit c44bb31

Please sign in to comment.