Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Nov 28, 2023
1 parent 5945866 commit e30f64e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/hash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ const TokenSymbolPure: ProvableExtended<
},
};
class TokenSymbol extends Struct(TokenSymbolPure) {
static get empty() {
return { symbol: '', field: Field(0) };
}

static from(symbol: string): TokenSymbol {
let bytesLength = new TextEncoder().encode(symbol).length;
if (bytesLength > 6)
Expand Down

0 comments on commit e30f64e

Please sign in to comment.