From 8407e6989e66e21e5f9a9f84e04f03d90a234bb8 Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Sat, 20 Jan 2024 17:31:19 +0200 Subject: [PATCH] fix: fix typo "(cltv_expiry" to "(cltv_expiry)" [skip ci] --- channeldb/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channeldb/channel.go b/channeldb/channel.go index dbd796c87..6221208a8 100644 --- a/channeldb/channel.go +++ b/channeldb/channel.go @@ -2214,7 +2214,7 @@ type HTLC struct { // - 8 bytes (id) // - 8 bytes (amount_msat) // - 32 bytes (payment_hash) - // - 4 bytes (cltv_expiry + // - 4 bytes (cltv_expiry) // - 1366 bytes (onion_routing_packet) // = 64083 bytes maximum possible TLV stream //