Skip to content

Commit 1f76df6

Browse files
committed
Merge remote-tracking branch 'benma/rembase-comment'
2 parents eb80872 + 46a2ed7 commit 1f76df6

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)