mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 07:14:36 +01:00
daemon: remove three fixed FIXMEs.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -698,7 +698,6 @@ static void connect_htlc_src(struct lightningd_state *dstate)
|
||||
tal_free(ctx);
|
||||
}
|
||||
|
||||
/* FIXME: Expose pull/push and use that here. */
|
||||
static const char *linearize_shachain(const tal_t *ctx,
|
||||
const struct shachain *shachain)
|
||||
{
|
||||
|
||||
@@ -4107,7 +4107,6 @@ static struct io_plan *peer_reconnect(struct io_conn *conn, struct peer *peer)
|
||||
if (peer->conn)
|
||||
return io_close(conn);
|
||||
|
||||
/* FIXME: log incoming address. */
|
||||
log_debug(peer->log, "Reconnected, doing crypto...");
|
||||
peer->conn = conn;
|
||||
assert(!peer->connected);
|
||||
@@ -4440,7 +4439,6 @@ static void json_newhtlc(struct command *cmd,
|
||||
command_success(cmd, response);
|
||||
}
|
||||
|
||||
/* FIXME: Use HTLC ids, not r values! */
|
||||
const struct json_command newhtlc_command = {
|
||||
"newhtlc",
|
||||
json_newhtlc,
|
||||
|
||||
Reference in New Issue
Block a user