Merge pull request #4251

cd236aeb Add bulletproof support (cslashm)
This commit is contained in:
Riccardo Spagni 2018-09-14 12:39:40 +02:00
commit fa53b76129
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -1354,7 +1354,7 @@ namespace hw {
this->exchange(); this->exchange();
//pseudoOuts //pseudoOuts
if ((type == rct::RCTTypeSimple) || (type == rct::RCTTypeBulletproof)) { if (type == rct::RCTTypeSimple) {
for ( i = 0; i < inputs_size; i++) { for ( i = 0; i < inputs_size; i++) {
offset = set_command_header(INS_VALIDATE, 0x01, i+2); offset = set_command_header(INS_VALIDATE, 0x01, i+2);
//options //options