This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
generated from mrz1836/go-template
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,9 @@ var ErrDuplicateUTXOs = errors.New("duplicate utxos found") | |
// ErrPaymailAddressIsInvalid is when the paymail address is NOT [email protected] | ||
var ErrPaymailAddressIsInvalid = errors.New("paymail address is invalid") | ||
|
||
// ErrPaymailNotFound is when paymaail could not be found | ||
var ErrPaymailNotFound = errors.New("paymail could not be found") | ||
|
||
// ErrUtxoNotReserved is when the utxo is not reserved, but a transaction tries to spend it | ||
var ErrUtxoNotReserved = errors.New("transaction utxo has not been reserved for spending") | ||
|
||
|
@@ -166,9 +169,6 @@ var ErrUnknownAccessKey = errors.New("unknown access key") | |
// ErrAccessKeyRevoked is when the access key has been revoked | ||
var ErrAccessKeyRevoked = errors.New("access key has been revoked") | ||
|
||
// ErrMissingPaymail missing paymail | ||
var ErrMissingPaymail = errors.New("missing paymail") | ||
|
||
// ErrMissingPaymailID missing id in paymail | ||
var ErrMissingPaymailID = errors.New("missing id in paymail") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters