mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 23:42:24 +00:00
commit
fa53b76129
1 changed files with 1 additions and 1 deletions
|
@ -1354,7 +1354,7 @@ namespace hw {
|
|||
this->exchange();
|
||||
|
||||
//pseudoOuts
|
||||
if ((type == rct::RCTTypeSimple) || (type == rct::RCTTypeBulletproof)) {
|
||||
if (type == rct::RCTTypeSimple) {
|
||||
for ( i = 0; i < inputs_size; i++) {
|
||||
offset = set_command_header(INS_VALIDATE, 0x01, i+2);
|
||||
//options
|
||||
|
|
Loading…
Reference in a new issue