Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Apr 9, 2024
1 parent ef97e21 commit 7953bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func NewConfig(network string, httpPort, interval, payout, proxyCount, queueCap
httpPort: httpPort,
interval: interval,
payout: big.NewInt(int64(payout)),
payoutNano: big.NewInt(int64(payout * 1e9)),
payoutNano: big.NewInt(int64(payout * 1e9)),
proxyCount: proxyCount,
queueCap: queueCap,
}
Expand Down

0 comments on commit 7953bef

Please sign in to comment.