mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-19 10:37:23 +01:00
lntest/harness: set Private=false in OpenChannel
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
b3948d352e
commit
d7072c4f8f
@@ -461,6 +461,7 @@ func (n *NetworkHarness) OpenChannel(ctx context.Context,
|
|||||||
NodePubkey: destNode.PubKey[:],
|
NodePubkey: destNode.PubKey[:],
|
||||||
LocalFundingAmount: int64(amt),
|
LocalFundingAmount: int64(amt),
|
||||||
PushSat: int64(pushAmt),
|
PushSat: int64(pushAmt),
|
||||||
|
Private: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
respStream, err := srcNode.OpenChannel(ctx, openReq)
|
respStream, err := srcNode.OpenChannel(ctx, openReq)
|
||||||
@@ -520,6 +521,7 @@ func (n *NetworkHarness) OpenPendingChannel(ctx context.Context,
|
|||||||
NodePubkey: destNode.PubKey[:],
|
NodePubkey: destNode.PubKey[:],
|
||||||
LocalFundingAmount: int64(amt),
|
LocalFundingAmount: int64(amt),
|
||||||
PushSat: int64(pushAmt),
|
PushSat: int64(pushAmt),
|
||||||
|
Private: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
respStream, err := srcNode.OpenChannel(ctx, openReq)
|
respStream, err := srcNode.OpenChannel(ctx, openReq)
|
||||||
|
|||||||
Reference in New Issue
Block a user