From 91fcdfae069566cb36e56b3a37c3ae926fe09cf1 Mon Sep 17 00:00:00 2001 From: Alex Coats Date: Tue, 3 Oct 2023 15:02:31 -0400 Subject: [PATCH] let me fly away --- bindings/nodejs/lib/types/block/address.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/nodejs/lib/types/block/address.ts b/bindings/nodejs/lib/types/block/address.ts index e217fae0d3..0166cadc97 100644 --- a/bindings/nodejs/lib/types/block/address.ts +++ b/bindings/nodejs/lib/types/block/address.ts @@ -182,7 +182,7 @@ class RestrictedAddress extends Address { } toString(): string { - var hex = this.address.toString(); + let hex = this.address.toString(); if (this.allowed_capabilities.some((c) => c != 0)) { var cap = Buffer.from( this.allowed_capabilities.buffer,