mntx throtling #629

Merged
tech merged 1 commits from mntx-627 into main 2026-03-04 04:04:55 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ type cardPayoutProcessor struct {
dispatchMu sync.Mutex
nextDispatchAllowed time.Time
retryPolicy payoutFailurePolicy
retryPolicy payoutFailurePolicy
retryDelayFn func(attempt uint32) time.Duration
retryMu sync.Mutex

View File

@@ -50,4 +50,3 @@ func TestPayoutFailureReason(t *testing.T) {
t.Fatalf("failure reason mismatch: got=%q want=%q", got, want)
}
}