mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
dualopend: restore memleak calls.
And implement a timeout (20 seconds) just in case it's not listening. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -3026,6 +3026,8 @@ static unsigned int dual_opend_msg(struct subd *dualopend,
|
||||
case WIRE_DUALOPEND_SEND_TX_SIGS:
|
||||
case WIRE_DUALOPEND_SEND_SHUTDOWN:
|
||||
case WIRE_DUALOPEND_DEPTH_REACHED:
|
||||
case WIRE_DUALOPEND_DEV_MEMLEAK:
|
||||
case WIRE_DUALOPEND_DEV_MEMLEAK_REPLY:
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user