We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn
v2
1 parent 9efe075 commit d8ab117Copy full SHA for d8ab117
chainio/consumer_test.go
@@ -4,7 +4,7 @@ import (
4
"testing"
5
"time"
6
7
- "github.com/lightningnetwork/lnd/fn"
+ "github.com/lightningnetwork/lnd/fn/v2"
8
"github.com/stretchr/testify/require"
9
)
10
chainio/dispatcher_test.go
@@ -5,7 +5,7 @@ import (
"github.com/lightningnetwork/lnd/chainntnfs"
"github.com/stretchr/testify/mock"
11
0 commit comments