Skip to content

Commit

Permalink
Tiny hotfix for reward ETA
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 5, 2024
1 parent 6b4b600 commit 45238d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "space-acres"
description = "Space Acres is an opinionated GUI application for farming on Autonomys Network"
license = "0BSD"
version = "0.1.32"
version = "0.1.33"
authors = ["Nazar Mokrynskyi <[email protected]>"]
repository = "https://github.com/autonomys/space-acres"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/running.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ impl RunningView {
if matches!(
update,
SectorUpdate::Plotting(SectorPlottingDetails::Finished {
old_plotted_sector: Some(_),
old_plotted_sector: None,
..
})
) {
Expand Down

0 comments on commit 45238d7

Please sign in to comment.