Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Show show addresses by default (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
garious authored Apr 30, 2020
1 parent 9504f79 commit 7c3d8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void nv_app_state_init(){
if (N_storage.initialized != 0x01) {
internalStorage_t storage;
storage.settings.allow_blind_sign = BlindSignDisabled;
storage.settings.pubkey_display = PubkeyDisplayLong;
storage.settings.pubkey_display = PubkeyDisplayShort;
storage.initialized = 0x01;
nvm_write(
(internalStorage_t*)&N_storage,
Expand Down

0 comments on commit 7c3d8f7

Please sign in to comment.