From 7669559cf514bd2060dc49c759c822d41e4f90a5 Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Fri, 12 Jan 2024 20:56:21 +0800 Subject: [PATCH] fix typo interface.go --- interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.go b/interface.go index 2d1d191..1a48492 100644 --- a/interface.go +++ b/interface.go @@ -304,7 +304,7 @@ type LoopInSwapInfo struct { // nolint // where the loop-in funds may be paid. HtlcAddressP2WSH btcutil.Address - // HtlcAddresP2TR contains the v3 (pay to taproot) htlc address. + // HtlcAddressP2TR contains the v3 (pay to taproot) htlc address. HtlcAddressP2TR btcutil.Address // ServerMessages is the human-readable message received from the loop