sphinx-key: no need to log full msg

This commit is contained in:
irriden
2023-10-13 16:44:03 +00:00
parent 9ab7fa1b73
commit c77e20e2b7

View File

@@ -166,7 +166,7 @@ pub fn make_event_loop(
Event::VlsMessage(msg_bytes) => { Event::VlsMessage(msg_bytes) => {
led_tx.send(Status::Signing).unwrap(); led_tx.send(Status::Signing).unwrap();
let state1 = approver.control().get_state(); let state1 = approver.control().get_state();
log::info!("FULL MSG {:?}", &msg_bytes); //log::info!("FULL MSG {:?}", &msg_bytes);
let _ret = match sphinx_signer::root::handle_with_lss( let _ret = match sphinx_signer::root::handle_with_lss(
&root_handler, &root_handler,
&lss_signer, &lss_signer,