lnwallet: fix import issue

This commit is contained in:
Oliver Gugger 2024-10-11 14:46:09 +02:00
parent a3db2145dc
commit 89c84f1da6
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -22,6 +22,7 @@ import (
"github.com/lightningnetwork/lnd/fn" "github.com/lightningnetwork/lnd/fn"
"github.com/lightningnetwork/lnd/keychain" "github.com/lightningnetwork/lnd/keychain"
"github.com/lightningnetwork/lnd/lnwallet/chainfee" "github.com/lightningnetwork/lnd/lnwallet/chainfee"
"github.com/lightningnetwork/lnd/lnwire"
) )
const ( const (