Skip to content

Commit 8e06572

Browse files
guggerogijswijs
authored andcommitted
itest: add custom channel integration test
1 parent b835157 commit 8e06572

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
1010
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
1111
github.com/btcsuite/btcwallet/walletdb v1.4.4
12+
github.com/davecgh/go-spew v1.1.1
1213
github.com/go-errors/errors v1.0.1
1314
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
1415
github.com/improbable-eng/grpc-web v0.12.0

itest/network_harness.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,6 @@ func (n *NetworkHarness) CloseChannel(lnNode *HarnessNode,
11181118
closeReq := &lnrpc.CloseChannelRequest{
11191119
ChannelPoint: cp,
11201120
Force: force,
1121-
SatPerVbyte: 5,
11221121
}
11231122
if !force {
11241123
closeReq.SatPerVbyte = 5

0 commit comments

Comments
 (0)