Skip to content

Commit f76aab3

Browse files
committed
refactor: formatting
1 parent 6e70388 commit f76aab3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/verification/confirmed-block-height-exists/confirmed-block-height-exists.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export function responseConfirmedBlockHeightExists(
2929
// Delete me after 1777366800 Thursday, 28 April 2026 at 11:00:00 CEST
3030
let lut = lowerQueryWindowBlock.timestamp.toString();
3131
const now = Math.round(Date.now() / 1000);
32-
if (now < 1777366800) { // Thursday, 28 April 2026 at 11:00:00 CEST
32+
if (now < 1777366800) {
33+
// Thursday, 28 April 2026 at 11:00:00 CEST
3334
lut = dbBlock.timestamp.toString();
3435
}
3536

0 commit comments

Comments
 (0)