File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -216,4 +216,6 @@ replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
216216
217217replace github.com/lightninglabs/loop/looprpc => ./looprpc
218218
219+ replace github.com/lightninglabs/lndclient => github.com/starius/lndclient v0.19.0-11-spend-reorgs
220+
219221go 1.23.9
Original file line number Diff line number Diff line change @@ -1108,8 +1108,6 @@ github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf h1:HZKvJUHlcXI
11081108github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf /go.mod h1:vxmQPeIQxPf6Jf9rM8R+B4rKBqLA2AjttNxkFBL2Plk =
11091109github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.3 h1:NuDp6Z+QNMSzZ/+RzWsjgAgQSr/REDxTiHmTczZxlXA =
11101110github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.3 /go.mod h1:bDnEKRN1u13NFBuy/C+bFLhxA5bfd3clT25y76QY0AM =
1111- github.com/lightninglabs/lndclient v0.19.0-7 h1:8+wGQnO8KSUq9elzGLscBUGchID+bWvrpX2qCo+tU48 =
1112- github.com/lightninglabs/lndclient v0.19.0-7 /go.mod h1:35d50tEMFxlJlKTZGYA6EdOllPsbxS4FUmEVbETUx+Q =
11131111github.com/lightninglabs/migrate/v4 v4.18.2-9023d66a-fork-pr-2 h1:eFjp1dIB2BhhQp/THKrjLdlYuPugO9UU4kDqu91OX/Q =
11141112github.com/lightninglabs/migrate/v4 v4.18.2-9023d66a-fork-pr-2 /go.mod h1:99BKpIi6ruaaXRM1A77eqZ+FWPQ3cfRa+ZVy5bmWMaY =
11151113github.com/lightninglabs/neutrino v0.16.1 h1:5Kz4ToxncEVkpKC6fwUjXKtFKJhuxlG3sBB3MdJTJjs =
@@ -1289,6 +1287,8 @@ github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z
12891287github.com/spf13/afero v1.9.2 /go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y =
12901288github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
12911289github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1290+ github.com/starius/lndclient v0.19.0-11-spend-reorgs h1:VTtNN/GaeQ2zbTjaxgYovgZFtryKHNXmaKw4AVd5quM =
1291+ github.com/starius/lndclient v0.19.0-11-spend-reorgs /go.mod h1:cicoJY1AwZuRVXGD8Knp50TRT7TGBmw1k37uPQsGQiw =
12921292github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
12931293github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
12941294github.com/stretchr/objx v0.2.0 /go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE =
Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ type ConfRegistration struct {
5151}
5252
5353func (c * mockChainNotifier ) RegisterSpendNtfn (ctx context.Context ,
54- outpoint * wire.OutPoint , pkScript []byte , heightHint int32 ) (
55- chan * chainntnfs.SpendDetail , chan error , error ) {
54+ outpoint * wire.OutPoint , pkScript []byte , heightHint int32 ,
55+ opts ... lndclient.NotifierOption ) (chan * chainntnfs.SpendDetail ,
56+ chan error , error ) {
5657
5758 spendChan0 := make (chan * chainntnfs.SpendDetail )
5859 spendErrChan := make (chan error , 1 )
You can’t perform that action at this time.
0 commit comments