Skip to content

Commit

Permalink
Hotfix/replicate (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Lelicanin authored Jun 18, 2018
1 parent da5f652 commit fa2a12c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/DCService.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Challenge = require('./Challenge');
const MerkleTree = require('./Merkle');
const ImportUtilities = require('./ImportUtilities');

const { Op } = Models.Sequelize;
const totalEscrowTime = 10 * 60 * 1000;
const finalizeWaitTime = 10 * 60 * 1000;
const minStakeAmount = new BN('100');
Expand Down

0 comments on commit fa2a12c

Please sign in to comment.