You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// No other message than the attestation and unlock calls shall pass until the device is
// unlocked or ready to be initialized.
if bitbox02::memory::is_initialized() && bitbox02::keystore::is_locked() {
return Vec::new();
}
Instead of returning an empty slice, OP_STATUS_FAILURE or something else could be returned to make it more consistent?
The text was updated successfully, but these errors were encountered:
This came up in #451:
Instead of returning an empty slice,
OP_STATUS_FAILURE
or something else could be returned to make it more consistent?The text was updated successfully, but these errors were encountered: