graph -> discovery: move ValidationBarrier to discovery

This commit is contained in:
Eugene Siegel
2025-01-23 11:29:31 -05:00
parent e0e4073bcd
commit 323b633895
4 changed files with 50 additions and 38 deletions

View File

@@ -28,15 +28,6 @@ const (
// ErrInvalidFundingOutput is returned if the channel funding output
// fails validation.
ErrInvalidFundingOutput
// ErrVBarrierShuttingDown signals that the barrier has been requested
// to shutdown, and that the caller should not treat the wait condition
// as fulfilled.
ErrVBarrierShuttingDown
// ErrParentValidationFailed signals that the validation of a
// dependent's parent failed, so the dependent must not be processed.
ErrParentValidationFailed
)
// Error is a structure that represent the error inside the graph package,