mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 05:42:37 +02:00
htlcswitch/interfaces: return err from UpdateShortChanID
This commit is contained in:
@@ -69,7 +69,7 @@ type ChannelLink interface {
|
||||
// be required in the event that a link is created before the short
|
||||
// chan ID for it is known, or a re-org occurs, and the funding
|
||||
// transaction changes location within the chain.
|
||||
UpdateShortChanID(lnwire.ShortChannelID)
|
||||
UpdateShortChanID() (lnwire.ShortChannelID, error)
|
||||
|
||||
// UpdateForwardingPolicy updates the forwarding policy for the target
|
||||
// ChannelLink. Once updated, the link will use the new forwarding
|
||||
|
Reference in New Issue
Block a user