Skip to content

Commit

Permalink
Merge pull request #5 from obsidiansystems/develop
Browse files Browse the repository at this point in the history
Don't show git hash on Nano X wallet app
  • Loading branch information
TamtamHero authored Apr 24, 2019
2 parents fd04fde + c52903a commit 107483a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ui_nano_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,10 @@ unsigned char io_event(__attribute__((unused)) unsigned char channel) {

UX_STEP_NOCB(
ux_idle_flow_1_step,
bnn,
bn,
{
"Tezos Wallet",
VERSION,
COMMIT
VERSION
});
UX_STEP_CB(
ux_idle_flow_2_step,
Expand Down

0 comments on commit 107483a

Please sign in to comment.