Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Sep 27, 2024
1 parent 49cd324 commit 28bfca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/pool-server/payout.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async function make_payout(height, amounts, opt)
const res = await axios.post(config.node_url + '/wapi/wallet/send_many', {
index: config.wallet_index,
raw_mode: true,
amounts: values,
amounts: amounts,
currency: "MMX",
options: options,
}, {
Expand Down

0 comments on commit 28bfca7

Please sign in to comment.