1
0
forked from GRIN/grim

wallet: optimization of integrated node sync error case

This commit is contained in:
ardocrat
2023-11-09 00:28:28 +03:00
parent 8af7ed95d3
commit 4f2a247719
2 changed files with 14 additions and 18 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ impl WalletContent {
ui.add_space(8.0);
let retry_text = format!("{} {}", REPEAT, t!("retry"));
View::button(ui, retry_text, Colors::GOLD, || {
wallet.retry_sync();
wallet.set_sync_error(false);
});
});
}