Skip to content

Commit

Permalink
fixup! pay: Base the CLTV calculations on the networkheight
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Mar 31, 2024
1 parent 87a1474 commit aa893aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/libplugin-pay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa893aa

Please sign in to comment.