Skip to content

Commit bee9f30

Browse files
fix build (#319)
1 parent aa32cd4 commit bee9f30

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

x/btcstaking/keeper/msg_server_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,9 @@ func TestRejectActivationOfTheDelegationCreatedWithOldParams(t *testing.T) {
454454
require.NotNil(t, actualDel)
455455

456456
tipHeight := h.BTCLightClientKeeper.GetTipInfo(h.Ctx).Height
457-
checkpointTimeout := h.BTCCheckpointKeeper.GetParams(h.Ctx).CheckpointFinalizationTimeout
458457
covenantQuorum := h.BTCStakingKeeper.GetParams(h.Ctx).CovenantQuorum
459458

460-
status := actualDel.GetStatus(tipHeight, checkpointTimeout, covenantQuorum)
459+
status := actualDel.GetStatus(tipHeight, covenantQuorum)
461460
require.Equal(t, types.BTCDelegationStatus_VERIFIED, status)
462461

463462
msg := &types.MsgAddBTCDelegationInclusionProof{

0 commit comments

Comments
 (0)