wallet: avoid display the long file name on txs (#2445)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user