Skip to content

Commit

Permalink
fixup! feat(core): add nostr
Browse files Browse the repository at this point in the history
  • Loading branch information
ibz committed Dec 18, 2024
1 parent 34abe53 commit ad2ce0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ALTCOIN_PREFIXES = (
"fido",
"monero",
"nem",
"nostr",
"ripple",
"solana",
"stellar",
Expand Down
4 changes: 2 additions & 2 deletions rust/trezor-client/src/protos/generated/messages_nostr.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust/trezor-client/src/protos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ mod generated {
"eos" => messages_eos
"monero" => messages_monero
"nem" => messages_nem
"nostr" => messages_nostr
"ripple" => messages_ripple
"solana" => messages_solana
"stellar" => messages_stellar
Expand Down

0 comments on commit ad2ce0c

Please sign in to comment.