Skip to content

Commit

Permalink
Merge pull request #423 from casper-ecosystem/changelog-update
Browse files Browse the repository at this point in the history
fix: CHANGELOG.md fix
  • Loading branch information
hoffmannjan authored Apr 22, 2024
2 parents 1141317 + 41de8d9 commit c7790ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Fixed

- invalid seed usage in the HDKey ([#377](https://github.com/casper-ecosystem/casper-js-sdk/pull/377))
- invalid seed usage in the HDKey ([#410](https://github.com/casper-ecosystem/casper-js-sdk/issues/410))

## [2.15.4] - 2024-02-12

Expand Down
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 c7790ce

Please sign in to comment.