Skip to content

Commit

Permalink
remove useless slot height
Browse files Browse the repository at this point in the history
  • Loading branch information
Farber98 committed Dec 6, 2024
1 parent d240021 commit 4389e13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/solana/txm/txm_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,6 @@ func TestTxm_disabled_confirm_timeout_with_retention(t *testing.T) {
cfg.Chain.TxRetentionTimeout = relayconfig.MustNewDuration(5 * time.Second)
mc := mocks.NewReaderWriter(t)
mc.On("GetLatestBlock", mock.Anything).Return(&rpc.GetBlockResult{}, nil).Maybe()
mc.On("SlotHeight", mock.Anything).Return(uint64(0), nil).Maybe()

computeUnitLimitDefault := fees.ComputeUnitLimit(cfg.ComputeUnitLimitDefault())

Expand Down

0 comments on commit 4389e13

Please sign in to comment.