Merge pull request #9330 from ProofOfKeags/update/fn2

multi: update to fn v2
This commit is contained in:
Olaoluwa Osuntokun
2024-12-09 12:56:23 +01:00
committed by GitHub
167 changed files with 372 additions and 302 deletions

View File

@ -26,7 +26,7 @@ import (
"github.com/lightningnetwork/lnd/build"
"github.com/lightningnetwork/lnd/channeldb"
"github.com/lightningnetwork/lnd/contractcourt"
"github.com/lightningnetwork/lnd/fn"
"github.com/lightningnetwork/lnd/fn/v2"
"github.com/lightningnetwork/lnd/graph/db/models"
"github.com/lightningnetwork/lnd/htlcswitch/hodl"
"github.com/lightningnetwork/lnd/htlcswitch/hop"