We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb15dec commit ad08af0Copy full SHA for ad08af0
src/rust/bitbox02-rust/src/hww/api/cardano/sign_transaction.rs
@@ -329,7 +329,6 @@ mod tests {
329
use super::*;
330
use crate::bb02_async::block_on;
331
use crate::workflow::testing::{Screen, TestingWorkflows};
332
- use crate::workflow::RealWorkflows;
333
use alloc::boxed::Box;
334
use bitbox02::testing::mock_unlocked;
335
use util::bip32::HARDENED; // instead of TestingWorkflows until the tests are migrated
src/rust/bitbox02-rust/src/hww/api/set_device_name.rs
@@ -47,7 +47,6 @@ mod tests {
47
48
49
50
51
52
use bitbox02::testing::mock_memory;
53
0 commit comments