From aa893aad30741ab6488c6a29dc0a64b50212d484 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sun, 31 Mar 2024 22:04:08 +0200 Subject: [PATCH] fixup! pay: Base the CLTV calculations on the networkheight --- plugins/libplugin-pay.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/libplugin-pay.c b/plugins/libplugin-pay.c index fd12798b3670..e061d8fd27d6 100644 --- a/plugins/libplugin-pay.c +++ b/plugins/libplugin-pay.c @@ -295,10 +295,6 @@ payment_getblockheight_success(struct command *cmd, const char *buffer, "networkblockheight=%d", blockheight, networkheight); } - plugin_log( - cmd->plugin, LOG_DBG, - "waitblockheight reports blockheight=%d and networkblockheight=%d", - blockheight, networkheight); /* Setting this to the current height of the blockchain and * not our sync height means we will offset CLTVs as if we