Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Bourne Zhang committed Oct 18, 2024
1 parent 169a305 commit c6f54aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func TestFinalityProviderEditCmd(t *testing.T) {

cfg := tm.Fpa.GetConfig()
cfg.BabylonConfig.Key = testFpName
cc, err := clientcontroller.NewClientController(cfg.ChainName, cfg.BabylonConfig, &cfg.BTCNetParams, zap.NewNop())
cc, err := clientcontroller.NewClientController(cfg.ChainType, cfg.BabylonConfig, &cfg.BTCNetParams, zap.NewNop())
require.NoError(t, err)
tm.Fpa.UpdateClientController(cc)

Expand Down

0 comments on commit c6f54aa

Please sign in to comment.