Skip to content

Commit

Permalink
Merge branch 'gamma-dev' of https://github.com/aspectron/kaspa-ng int…
Browse files Browse the repository at this point in the history
…o gamma-dev
  • Loading branch information
surinder83singh committed Sep 12, 2024
2 parents ec80c77 + 59ab704 commit f3b010e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion core/src/modules/account_manager/estimator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f3b010e

Please sign in to comment.