lntest/harness: set Private=false in OpenChannel
This commit is contained in:
parent
b3948d352e
commit
d7072c4f8f
@ -461,6 +461,7 @@ func (n *NetworkHarness) OpenChannel(ctx context.Context,
|
||||
NodePubkey: destNode.PubKey[:],
|
||||
LocalFundingAmount: int64(amt),
|
||||
PushSat: int64(pushAmt),
|
||||
Private: false,
|
||||
}
|
||||
|
||||
respStream, err := srcNode.OpenChannel(ctx, openReq)
|
||||
@ -520,6 +521,7 @@ func (n *NetworkHarness) OpenPendingChannel(ctx context.Context,
|
||||
NodePubkey: destNode.PubKey[:],
|
||||
LocalFundingAmount: int64(amt),
|
||||
PushSat: int64(pushAmt),
|
||||
Private: false,
|
||||
}
|
||||
|
||||
respStream, err := srcNode.OpenChannel(ctx, openReq)
|
||||
|
Loading…
Reference in New Issue
Block a user