ringct: use dummy bulletproofs when in fake mode, for speed

This commit is contained in:
moneromooo-monero
2018-10-19 11:15:31 +00:00
parent 1e74586ee9
commit d6937e373b
4 changed files with 49 additions and 12 deletions

View File

@@ -83,7 +83,7 @@ namespace hw {
}
bool device_default::set_mode(device_mode mode) {
return true;
return device::set_mode(mode);
}
/* ======================================================================= */