mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
tests,fundchannel: return the result from the fundchannel rpc call
We need this so we can verify the 'close_to' result
This commit is contained in:
@@ -790,7 +790,7 @@ class LightningNode(object):
|
||||
self.wait_channel_active(scid)
|
||||
l2.wait_channel_active(scid)
|
||||
|
||||
return scid
|
||||
return scid, res
|
||||
|
||||
def subd_pid(self, subd, peerid=None):
|
||||
"""Get the process id of the given subdaemon, eg channeld or gossipd"""
|
||||
|
||||
Reference in New Issue
Block a user