multi: update lnd compile-time dependency to v0.19.0

This commit is contained in:
Oliver Gugger 2025-03-06 14:03:27 +01:00
parent 800f0e0fba
commit 722ad8839d
No known key found for this signature in database
GPG key ID: 8E4256593F177720
29 changed files with 127 additions and 125 deletions

View file

@ -1,7 +1,7 @@
package fsm
import (
"github.com/btcsuite/btclog"
"github.com/btcsuite/btclog/v2"
"github.com/lightningnetwork/lnd/build"
)