diff --git a/wallet/src/display.rs b/wallet/src/display.rs index 9f81770e..c4a35e0f 100644 --- a/wallet/src/display.rs +++ b/wallet/src/display.rs @@ -184,7 +184,7 @@ pub fn txs( ) }; let tx_data = match t.stored_tx { - Some(t) => format!("{}", t), + Some(_) => "Yes".to_owned(), None => "None".to_owned(), }; if dark_background_color_scheme {