gomod: bump lnd to version 0.18.0-beta

This commit is contained in:
Slyghtning 2024-05-30 21:38:19 +02:00
parent 60c149f885
commit 402d9a84df
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
10 changed files with 29 additions and 33 deletions

View file

@ -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