Skip to content

Commit 42e800f

Browse files
author
KazuW
committed
bug fixed
1 parent cd5b22d commit 42e800f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LNDw/Form1.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Public Class Form1
199199
Dim item_channel() As String = {tmpChannel.AliasName, tmpChannel.LocalCapRate.ToString(0) _
200200
, tmpChannel.LocalFeeRate, tmpChannel.RemoteFeeRate, tmpChannel.ChanDirection _
201201
, tmpChannel.LocalCapRateTarget(0).ToString(0) + "," + tmpChannel.LocalCapRateTarget(1).ToString(0) _
202-
, tmpChannel.BaseFeeRate.ToString(0), tmpChannel.AutoFeeCont.ToString}
202+
, tmpChannel.BaseFeeRate.ToString(0), tmpChannel.AutoFeeCont.ToString, tmpChannel.AmbossFeeRate}
203203

204204
ListView_cannels.Items.Add(New ListViewItem(item_channel))
205205
Next

0 commit comments

Comments
 (0)