Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-casper committed Apr 19, 2024
1 parent e229300 commit 41de8d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/CasperHDKeys/CasperHDKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export abstract class CasperHDKey<AsymmetricKey> {
// Registered at https://github.com/satoshilabs/slips/blob/master/slip-0044.md
static readonly bip44Index = 506;

// TODO: Check if seed can be public
constructor(
public seed: Uint8Array,
public signatureAlgorithm: SignatureAlgorithm
Expand Down

0 comments on commit 41de8d9

Please sign in to comment.