handshake-org/ledger-app-hns

Verify on device: output count starts at 1 not 0

pinheadmz opened this issue · 0 comments

snprintf(msg, 11, "Output #%d", ++(ui->ctr));

I suppose 1-indexing makes common sense for most users, but it's technically incorrect.