mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 06:46:13 -04:00
ringct: use dummy bulletproofs when in fake mode, for speed
This commit is contained in:
parent
1e74586ee9
commit
d6937e373b
4 changed files with 49 additions and 12 deletions
|
@ -396,7 +396,7 @@ namespace hw {
|
|||
CHECK_AND_ASSERT_THROW_MES(false, " device_ledger::set_mode(unsigned int mode): invalid mode: "<<mode);
|
||||
}
|
||||
MDEBUG("Switch to mode: " <<mode);
|
||||
return true;
|
||||
return device::set_mode(mode);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue