mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-05 06:07:35 -05:00
Add bulletproof support
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user