Skip to content

Commit ec050fb

Browse files
committed
itest: add new testCustomChannelsHtlcSuccess itest
1 parent b27d120 commit ec050fb

File tree

3 files changed

+464
-1
lines changed

3 files changed

+464
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ require (
3636
github.com/urfave/cli v1.22.9
3737
go.etcd.io/bbolt v1.3.11
3838
golang.org/x/crypto v0.25.0
39+
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
3940
golang.org/x/net v0.27.0
4041
golang.org/x/sync v0.8.0
4142
google.golang.org/grpc v1.65.0
@@ -201,7 +202,6 @@ require (
201202
go.uber.org/mock v0.4.0 // indirect
202203
go.uber.org/multierr v1.6.0 // indirect
203204
go.uber.org/zap v1.23.0 // indirect
204-
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
205205
golang.org/x/mod v0.17.0 // indirect
206206
golang.org/x/sys v0.22.0 // indirect
207207
golang.org/x/term v0.22.0 // indirect

0 commit comments

Comments
 (0)