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:
Rusty Russell
2023-02-28 09:30:44 +10:30
committed by Alex Myers
parent bcc94b2d43
commit 855980641c

View File

@@ -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',