mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
multi: improve loggings
This commit is contained in:
@@ -733,7 +733,7 @@ func (l *LightningWallet) RegisterFundingIntent(expectedID [32]byte,
|
||||
}
|
||||
|
||||
if _, ok := l.fundingIntents[expectedID]; ok {
|
||||
return fmt.Errorf("%w: already has intent registered: %v",
|
||||
return fmt.Errorf("%w: already has intent registered: %x",
|
||||
ErrDuplicatePendingChanID, expectedID[:])
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user