Skip to content

Commit d8ab117

Browse files
committed
chainio: update fn to v2
1 parent 9efe075 commit d8ab117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chainio/consumer_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55
"time"
66

7-
"github.com/lightningnetwork/lnd/fn"
7+
"github.com/lightningnetwork/lnd/fn/v2"
88
"github.com/stretchr/testify/require"
99
)
1010

chainio/dispatcher_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"time"
66

77
"github.com/lightningnetwork/lnd/chainntnfs"
8-
"github.com/lightningnetwork/lnd/fn"
8+
"github.com/lightningnetwork/lnd/fn/v2"
99
"github.com/stretchr/testify/mock"
1010
"github.com/stretchr/testify/require"
1111
)

0 commit comments

Comments
 (0)