mirror of
https://github.com/muun/recovery.git
synced 2025-11-11 06:20:16 -05:00
Release v0.1.0
This commit is contained in:
11
vendor/github.com/lightninglabs/neutrino/errors.go
generated
vendored
Normal file
11
vendor/github.com/lightninglabs/neutrino/errors.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package neutrino
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrGetUtxoCancelled signals that a GetUtxo request was cancelled.
|
||||
ErrGetUtxoCancelled = errors.New("get utxo request cancelled")
|
||||
|
||||
// ErrShuttingDown signals that neutrino received a shutdown request.
|
||||
ErrShuttingDown = errors.New("neutrino shutting down")
|
||||
)
|
||||
Reference in New Issue
Block a user