Skip to content

Commit

Permalink
fix: rig_id used for advanced tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Jul 29, 2024
1 parent d665501 commit 8819f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/xvb/algorithm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ impl<'a> Algorithm<'a> {
self.token_xmrig,
&node,
&self.stats.address,
self.rig,
"",
)
.await
{
Expand Down

1 comment on commit 8819f73

@Cyrix126
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rig id must not be used when sending HR to xmrvsbeast.

Please sign in to comment.