Skip to content

Commit c99a923

Browse files
committed
fix bool.sizeInBits
1 parent 3cd9e0b commit c99a923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/bool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ class Bool {
318318
return BoolBinable.readBytes(bytes, offset);
319319
}
320320

321-
static sizeInBytes: 1;
321+
static sizeInBytes = 1;
322322

323323
static check(x: Bool): void {
324324
Snarky.field.assertBoolean(x.value);

0 commit comments

Comments
 (0)