From bee9f3076c90b16e33d5df05e2aec4752d4d9ffa Mon Sep 17 00:00:00 2001 From: KonradStaniec Date: Wed, 4 Dec 2024 14:26:59 +0100 Subject: [PATCH] fix build (#319) --- x/btcstaking/keeper/msg_server_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x/btcstaking/keeper/msg_server_test.go b/x/btcstaking/keeper/msg_server_test.go index 672c9d4fb..1e53260f7 100644 --- a/x/btcstaking/keeper/msg_server_test.go +++ b/x/btcstaking/keeper/msg_server_test.go @@ -454,10 +454,9 @@ func TestRejectActivationOfTheDelegationCreatedWithOldParams(t *testing.T) { require.NotNil(t, actualDel) tipHeight := h.BTCLightClientKeeper.GetTipInfo(h.Ctx).Height - checkpointTimeout := h.BTCCheckpointKeeper.GetParams(h.Ctx).CheckpointFinalizationTimeout covenantQuorum := h.BTCStakingKeeper.GetParams(h.Ctx).CovenantQuorum - status := actualDel.GetStatus(tipHeight, checkpointTimeout, covenantQuorum) + status := actualDel.GetStatus(tipHeight, covenantQuorum) require.Equal(t, types.BTCDelegationStatus_VERIFIED, status) msg := &types.MsgAddBTCDelegationInclusionProof{