Skip to content

Commit

Permalink
chore: fix EntropySource type
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
  • Loading branch information
shane-t and FrederikBolding authored Jan 7, 2025
1 parent fe52f7d commit 17586db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIPS/sip-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export type BIP44Node = {
path: string[];
};

export type EntropySource {
export type EntropySource = {
name: string;
id: string;
type: "mnemonic";
Expand Down

0 comments on commit 17586db

Please sign in to comment.