Skip to content

Commit

Permalink
feat: use private api url for gupaxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Oct 31, 2024
1 parent a9efa2b commit 08df8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/xvb/priv_stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl XvbPrivStats {
.get(
[
XVB_URL,
"/cgi-bin/p2pool_bonus_history_api.cgi?address=",
"/cgi-bin/p2pool_bonus_history_gupaxx_api.cgi?address=",
address,
"&token=",
token,
Expand Down

0 comments on commit 08df8e1

Please sign in to comment.