multi: bump all dependency to use lnd 0.15.0-beta.rc4

This commit bumps all dependencies to be in line with what's required
for the current release candidate of lnd 0.15.0-beta.
This commit is contained in:
Oliver Gugger 2022-06-02 18:26:17 +02:00
parent 14dfdc8521
commit d5952f1202
No known key found for this signature in database
GPG key ID: 8E4256593F177720
9 changed files with 103 additions and 38 deletions

View file

@ -359,7 +359,7 @@ func TestCustomSweepConfTarget(t *testing.T) {
)
weight := blockchain.GetTransactionWeight(btcutil.NewTx(sweepTx))
feeRate, err := ctx.Lnd.WalletKit.EstimateFee(
feeRate, err := ctx.Lnd.WalletKit.EstimateFeeRate(
context.Background(), expConfTarget,
)
if err != nil {