Skip to content

Commit

Permalink
let me fly away
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Oct 3, 2023
1 parent 2a1009a commit 91fcdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/types/block/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(

Check failure on line 187 in bindings/nodejs/lib/types/block/address.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected var, use let or const instead
this.allowed_capabilities.buffer,
Expand Down

0 comments on commit 91fcdfa

Please sign in to comment.