mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
gomod: bump lnd to version 0.18.0-beta
This commit is contained in:
parent
60c149f885
commit
402d9a84df
10 changed files with 29 additions and 33 deletions
|
|
@ -837,7 +837,7 @@ func getTxFee(tx *wire.MsgTx, fee chainfee.SatPerKVByte) btcutil.Amount {
|
|||
btcTx := btcutil.NewTx(tx)
|
||||
vsize := mempool.GetTxVirtualSize(btcTx)
|
||||
|
||||
return fee.FeeForVSize(vsize)
|
||||
return fee.FeeForVSize(lntypes.VByte(vsize))
|
||||
}
|
||||
|
||||
// waitForSwapComplete waits until a spending tx of the htlc gets confirmed and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue