This commit is contained in:
chaosBreaking
2019-10-03 00:22:23 +08:00
parent ef66042e49
commit 538b73e015
9 changed files with 131 additions and 16 deletions

2
cn.js
View File

@@ -8,7 +8,7 @@ const Fund = require('./src/modules/fund/fund.model');
const system = require('./src/modules/system/system.model');
const { createAction } = require('./src/modules/action/action.handler');
const tokenReleaseRate = 0.01;
const tokenReleaseRate = 0.02;
const inviteReward = 2.5;
async function awardMine(user, fund) {