Skip to content

Commit 11d7578

Browse files
committed
Update app.go
1 parent af6a565 commit 11d7578

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

harness/app.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ func startRemoteHarness(cmdCtx context.Context, cfg config.Config) error {
7575
return fmt.Errorf("error collecting the finality providers %w", err)
7676
}
7777

78-
//paramsResp, err := bbnClient.BTCCheckpointParams()
79-
//if err != nil {
80-
// return fmt.Errorf("failed to get staking params: %w", err)
81-
//}
82-
8378
var stakers []*BTCStaker
8479
for i := 0; i < cfg.TotalStakers; i++ {
8580
stakerSender, err := NewSenderWithBabylonClient(cmdCtx, fmt.Sprintf("staker-%d", i), cfg.BabylonRPC, cfg.ChainID, cfg.BabylonGRPC, cfg.KeyringBackend)

0 commit comments

Comments
 (0)