From 17586db69a5a16e0ed71a921bc2a1fd65d1b96bc Mon Sep 17 00:00:00 2001 From: Shane T Date: Tue, 7 Jan 2025 16:27:17 +0000 Subject: [PATCH] chore: fix EntropySource type Co-authored-by: Frederik Bolding --- SIPS/sip-30.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SIPS/sip-30.md b/SIPS/sip-30.md index c172019..6763ce9 100644 --- a/SIPS/sip-30.md +++ b/SIPS/sip-30.md @@ -48,7 +48,7 @@ export type BIP44Node = { path: string[]; }; -export type EntropySource { +export type EntropySource = { name: string; id: string; type: "mnemonic";