LedgerHQ / app-near

Ledger repo for Near app
MIT License
11 stars 9 forks source link

Remove reference to deprecated "ux" variable #17

Closed jibeee closed 1 year ago

jibeee commented 1 year ago

ux variable from older SDK was referenced twice in the app:

ux_state_t ux;

This variable is not used, these lines can be safely deleted. That prevents CodeQL to emit 2 "Notes" due to the presence of a global variable with a short name.