feat: update settlement workflow
CI/CD Stage / stage (push) Failing after 37s

This commit is contained in:
2026-09-22 16:26:16 +03:30
parent 4ae5bb615b
commit 01d13dbbf2
3 changed files with 16 additions and 1 deletions
+5
View File
@@ -5,6 +5,11 @@ import (
"time"
)
type PermanentSubmissionError struct{ Err error }
func (e PermanentSubmissionError) Error() string { return e.Err.Error() }
func (e PermanentSubmissionError) Unwrap() error { return e.Err }
type SettlementStatus string
const (