mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-04 02:36:17 +02:00
@@ -15,7 +15,7 @@ const (
|
||||
ErrMaxPendingChannels FundingError = 1
|
||||
|
||||
// ErrSynchronizingChain is returned by a remote peer that receives a
|
||||
// channel update or a funding request while their still syncing to the
|
||||
// channel update or a funding request while it's still syncing to the
|
||||
// latest state of the blockchain.
|
||||
ErrSynchronizingChain FundingError = 2
|
||||
|
||||
@@ -39,7 +39,7 @@ func (e FundingError) String() string {
|
||||
}
|
||||
}
|
||||
|
||||
// Error returns the human redable version of the target FundingError.
|
||||
// Error returns the human readable version of the target FundingError.
|
||||
//
|
||||
// NOTE: Satisfies the Error interface.
|
||||
func (e FundingError) Error() string {
|
||||
|
Reference in New Issue
Block a user