Skip to content

Commit

Permalink
update for equihash
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed May 15, 2024
1 parent 58191b0 commit 03dc94e
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 81 deletions.
90 changes: 89 additions & 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 @@ -12,7 +12,7 @@ path = "src/main.rs"
[features]
default = []
admin = []
gpu = ["drillx/gpu"]
# gpu = ["drillx/gpu"]

[dependencies]
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct InitializeArgs {}

#[derive(Parser, Debug)]
pub struct MineArgs {
#[cfg(not(feature = "gpu"))]
// #[cfg(not(feature = "gpu"))]
#[arg(
long,
short,
Expand Down
Loading

0 comments on commit 03dc94e

Please sign in to comment.