This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user