Skip to content

Commit

Permalink
Update fluxService.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk authored Mar 12, 2024
1 parent ca43a44 commit 45e64f0
Showing 1 changed file with 1 addition and 1 deletion.
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.3;
const multiplier = 4;
const resMessage = serviceHelper.createDataMessage(multiplier);
res.json(resMessage);
} catch (error) {
Expand Down

0 comments on commit 45e64f0

Please sign in to comment.