mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 22:21:18 +02:00
@@ -663,7 +663,7 @@ func (f *FailFeeInsufficient) Code() FailCode {
|
||||
//
|
||||
// NOTE: Implements the error interface.
|
||||
func (f FailFeeInsufficient) Error() string {
|
||||
return fmt.Sprintf("FeeInsufficient(fee=%v, update=%v", f.HtlcMsat,
|
||||
return fmt.Sprintf("FeeInsufficient(htlc_amt==%v, update=%v", f.HtlcMsat,
|
||||
spew.Sdump(f.Update))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user