diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-30 20:29:42 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-11 13:37:37 +0000 |
| commit | 2a8fcb421bc41eb254f95379dd73238915dd509d (patch) | |
| tree | 5c8d4b888a12459c60b94d6d6e8ff9cae5f7a421 /src/device/device_ledger.cpp | |
| parent | 126196b017cd93ff399212b7315f9053511afb07 (diff) | |
| download | monzero-core-2a8fcb421bc41eb254f95379dd73238915dd509d.tar.gz monzero-core-2a8fcb421bc41eb254f95379dd73238915dd509d.tar.xz monzero-core-2a8fcb421bc41eb254f95379dd73238915dd509d.zip | |
Bulletproof aggregated verification and tests
Also constrains bulletproofs to simple rct, for simplicity
Diffstat (limited to 'src/device/device_ledger.cpp')
| -rw-r--r-- | src/device/device_ledger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_ledger.cpp b/src/device/device_ledger.cpp index c4e9e40b7..658b379e4 100644 --- a/src/device/device_ledger.cpp +++ b/src/device/device_ledger.cpp @@ -1354,7 +1354,7 @@ namespace hw { this->exchange(); //pseudoOuts - if ((type == rct::RCTTypeSimple) || (type == rct::RCTTypeSimpleBulletproof)) { + if ((type == rct::RCTTypeSimple) || (type == rct::RCTTypeBulletproof)) { for ( i = 0; i < inputs_size; i++) { offset = set_command_header(INS_VALIDATE, 0x01, i+2); //options |
