Skip to content

Commit

Permalink
Change default pool to Hashalot
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjaap committed Feb 5, 2021
1 parent de5f7d6 commit 059d085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pools/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ func GetPools(addr string, testnet bool) []Pool {
}
}
return []Pool{
NewSuprnova(addr),
NewHashalot(addr),
NewSuprnova(addr),
NewP2Pool(addr),
}
}
Expand Down

0 comments on commit 059d085

Please sign in to comment.