Skip to content

Commit

Permalink
docs: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
twhy committed Jun 21, 2024
1 parent 2e8972f commit 2f39deb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/migrations/migrate-to-v0.30.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Methods / functions used to return a `Buffer` now returns a `Uint8Array`, e.g. I
- export function privateToPublic(privateKey: Buffer | HexString): Buffer | HexString
+ export function privateToPublic(privateKey: Uint8Array | HexString): Uint8Array | HexString

// @ckb-lumos/hd/mnemonic
- export function mnemonicToSeedSync(mnemonic = "", password = ""): Buffer
+ export function mnemonicToSeedSync(mnemonic = "", password = ""): Uint8Array

Expand Down

0 comments on commit 2f39deb

Please sign in to comment.