Add missing declaration, and comment out wallet message

This commit is contained in:
Szczepan Zalega
2019-08-07 17:21:07 +02:00
parent 43b3e93854
commit 6e637299e5
2 changed files with 2 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ int8_t wallet_pin(uint8_t subcmd, uint8_t * pinAuth, uint8_t * arg1, uint8_t * a
if (ret != 0)
return ret;
printf1(TAG_WALLET,"Success. Pin = %s\n", STATE.pin_code);
// printf1(TAG_WALLET,"Success. Pin = %s\n", STATE.pin_code);
break;
case CP_cmdChangePin: