Skip to content

Commit

Permalink
Merge pull request #113 from Augmint/test_lockproduct_tweak
Browse files Browse the repository at this point in the history
added 1 sec term lock for FE tests (minor change, post review)
  • Loading branch information
Peter Petrovics authored Jun 18, 2018
2 parents 6ba11ce + 78afb36 commit 7012fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/SB_scripts/localTest/localTest_initialSetup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ contract localTest_initialSetup {

_locker.addLockProduct(3, 1 hours, 2000, true); // for testing, ~2.66% p.a.
_locker.addLockProduct(1 , 1 minutes, 3000, true); // for testing, ~69.15% p.a.
_locker.addLockProduct(1 , 1 seconds, 1000, true); // for testing, ~3153.6% p.a.

}

Expand Down

0 comments on commit 7012fd7

Please sign in to comment.