mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
channeld: send option_data_loss_protect fields.
We ignore incoming for now, but this means we advertize the option and we send the required fields. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
61c6b8b25a
commit
ebaf5eaf2e
@@ -1006,7 +1006,7 @@ def test_peerinfo(node_factory, bitcoind):
|
||||
# Gossiping but no node announcement yet
|
||||
assert l1.rpc.getpeer(l2.info['id'])['connected']
|
||||
assert len(l1.rpc.getpeer(l2.info['id'])['channels']) == 0
|
||||
assert l1.rpc.getpeer(l2.info['id'])['local_features'] == '88'
|
||||
assert l1.rpc.getpeer(l2.info['id'])['local_features'] == '8a'
|
||||
assert l1.rpc.getpeer(l2.info['id'])['global_features'] == ''
|
||||
|
||||
# Fund a channel to force a node announcement
|
||||
|
||||
Reference in New Issue
Block a user