From c80d8a14a71c28156b32b489be2cdecbffc431ff Mon Sep 17 00:00:00 2001 From: Anton Yemelyanov Date: Fri, 13 Sep 2024 00:38:55 +0300 Subject: [PATCH 1/2] RK version display --- core/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/app.rs b/core/src/app.rs index 3eee534..4a2184b 100644 --- a/core/src/app.rs +++ b/core/src/app.rs @@ -215,7 +215,7 @@ cfg_if! { workflow_log::set_colors_enabled(true); - println!("kaspa-ng v{VERSION}-{GIT_DESCRIBE} (rusty-kaspa v{})", kaspa_wallet_core::version()); + println!("kaspa-ng v{VERSION}-{GIT_DESCRIBE} (rusty-kaspa {})", kaspa_version()); // Log to stderr (if you run with `RUST_LOG=debug`). env_logger::init(); From 551967d0bde3ce264523e1e061079d9b2d38adac Mon Sep 17 00:00:00 2001 From: Anton Yemelyanov Date: Fri, 13 Sep 2024 00:39:04 +0300 Subject: [PATCH 2/2] cleanup --- core/src/modules/account_manager/estimator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/modules/account_manager/estimator.rs b/core/src/modules/account_manager/estimator.rs index d247e2a..dda4615 100644 --- a/core/src/modules/account_manager/estimator.rs +++ b/core/src/modules/account_manager/estimator.rs @@ -50,7 +50,7 @@ impl<'context> Estimator<'context> { self.context.focus.next(Focus::Fees); } - ui.add_space(8.); + // ui.add_space(8.); TextEditor::new( &mut self.context.priority_fees_text,