mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
df: do the right thing, now that we have a cancellation routine
removes a fixme
This commit is contained in:
parent
3da2ae4d30
commit
d49db8ad41
@ -1427,7 +1427,9 @@ static void rbf_got_offer(struct subd *dualopend, const u8 *msg)
|
||||
&payload->locktime)) {
|
||||
log_broken(channel->log, "Malformed dualopend_got_rbf_offer %s",
|
||||
tal_hex(msg, msg));
|
||||
// FIXME: is this the right thing to do here?
|
||||
unsaved_channel_disconnect(channel, LOG_BROKEN,
|
||||
"Malformed internal wire message");
|
||||
subd_release_channel(dualopend, channel);
|
||||
tal_free(dualopend);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user