Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 536b250

Browse files
committedDec 19, 2024
chainio: update fn to v2
1 parent 4e29155 commit 536b250

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)
Please sign in to comment.