We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f48fe commit cc09ce0Copy full SHA for cc09ce0
legacy/firmware/polkadot/parser_impl_common.c
@@ -361,6 +361,7 @@ uint16_t _getAddressType() { return __address_type; }
361
362
uint16_t _detectAddressType(const parser_context_t *c) {
363
(void)c;
364
+ memset(__polkadot_ticker, 0, sizeof(__polkadot_ticker));
365
if (!strncmp(polkadot_network, "polkadot", 8)) {
366
__polkadot_dicimal = COIN_AMOUNT_DECIMAL_PLACES;
367
memcpy(__polkadot_ticker, COIN_TICKER, 4);
0 commit comments