Add bulletproof support

release-v0.5.1
cslashm 6 years ago
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…
Cancel
Save