Skip to content

Commit 46a2ed7

Browse files
committed
noise: remove stale BitBoxBase comment
BitBoxBase was removed as a target.
1 parent 5003a78 commit 46a2ed7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rust/bitbox02-rust/src/hww/noise.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ pub(crate) async fn process(usb_in: Vec<u8>, usb_out: &mut Vec<u8>) -> Result<()
115115
Some((&OP_I_CAN_HAS_PAIRIN_VERIFICASHUN, b"")) => {
116116
let mut state = NOISE_STATE.0.borrow_mut();
117117
let hash = state.get_handshake_hash()?;
118-
// TODO: auto-confirm for BitBoxBase.
119118
match pairing::confirm(&hash).await {
120119
Ok(()) => {
121120
state.set_pairing_verified()?;

0 commit comments

Comments
 (0)