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(); 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,