Feedback from @niftynei.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2019-01-15 14:40:27 +10:30
committed by Christian Decker
parent dc2ee9639b
commit 80753bfbd5
4 changed files with 5 additions and 4 deletions

View File

@@ -284,7 +284,7 @@ def test_gossip_jsonrpc(node_factory):
assert only_one(channels1)['destination'] == l2.info['id']
assert channels1 == channels2
channels2 = l2.rpc.listchannels()['channels']
l2.rpc.listchannels()['channels']
# Now proceed to funding-depth and do a full gossip round
l1.bitcoin.generate_block(5)