mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Add bulletproof support
This commit is contained in:
parent
11dbfbc5b3
commit
cd236aebca
@ -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 New Issue
Block a user