Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Mar 11, 2024
1 parent 6e34511 commit 1060128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/appSpecsUSDPrices.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"scope": 6,
"staticip": 3,
"fluxmultiplier": 0.9,
"multiplier": 1.5,
"multiplier": 1.3,
"minUSDPrice": 0.50
}
2 changes: 1 addition & 1 deletion src/services/fluxService.js
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ async function fluxNodesHistoryStats(req, res, i = 0) {

async function getMultiplier(req, res) {
try {
const multiplier = 1;
const multiplier = 1.3;
const resMessage = serviceHelper.createDataMessage(multiplier);
res.json(resMessage);
} catch (error) {
Expand Down

0 comments on commit 1060128

Please sign in to comment.