Skip to content

Commit e30f64e

Browse files
committed
fixup
1 parent 5945866 commit e30f64e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/hash.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ const TokenSymbolPure: ProvableExtended<
184184
},
185185
};
186186
class TokenSymbol extends Struct(TokenSymbolPure) {
187-
static get empty() {
188-
return { symbol: '', field: Field(0) };
189-
}
190-
191187
static from(symbol: string): TokenSymbol {
192188
let bytesLength = new TextEncoder().encode(symbol).length;
193189
if (bytesLength > 6)

0 commit comments

Comments
 (0)