mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
sql: fix schema tests since num_channels added to listpeers.
Commit a418615b7f ("rpc: adds
num_channels to listpeers") broke the sql tests. Turns out, no
openchannel v2 tests are run in CI!
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Alex Myers
parent
bcc94b2d43
commit
855980641c
@@ -3472,6 +3472,8 @@ def test_sql(node_factory, bitcoind):
|
||||
'type': 'pubkey'},
|
||||
{'name': 'connected',
|
||||
'type': 'boolean'},
|
||||
{'name': 'num_channels',
|
||||
'type': 'u32'},
|
||||
{'name': 'remote_addr',
|
||||
'type': 'string'},
|
||||
{'name': 'features',
|
||||
|
||||
Reference in New Issue
Block a user