Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Conversation

@valentinewallace
Copy link
Contributor

Closes #469

@valentinewallace valentinewallace requested a review from tanx July 26, 2018 03:04
expect(channel.private, 'to be', true);
}
});

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great that you added a check in the integration tests. The integration tests should stick to using higher level actions that are basically invoked by the UI, so we can kind of replicate the user flow without spinning up a DOM. I'd suggest just adding expect(store1.computedChannels[0].private, 'to be', true); to the previous test.

const stream = this._grpc.sendStreamCommand('openChannel', {
node_pubkey: new Buffer(pubkey, 'hex'),
local_funding_amount: amount,
private: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wohoo!

@tanx tanx merged commit de3ac50 into master Jul 27, 2018
@tanx tanx deleted the dont-advertise-chans branch July 27, 2018 10:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants