mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 04:04:21 +01:00
returns forfeitsTxs in Ping RPC while the finalization started (#161)
This commit is contained in:
11
server/internal/core/application/errors.go
Normal file
11
server/internal/core/application/errors.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package application
|
||||
|
||||
import "fmt"
|
||||
|
||||
type errPaymentNotFound struct {
|
||||
id string
|
||||
}
|
||||
|
||||
func (e errPaymentNotFound) Error() string {
|
||||
return fmt.Sprintf("payment %s not found", e.id)
|
||||
}
|
||||
Reference in New Issue
Block a user