Skip to content

Commit

Permalink
test neufund mainnet esop settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Rudolf committed May 12, 2017
1 parent 9efb37c commit 6cad2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sol_tests/Test.Types.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ contract ESOPMaker {
emplist.transferOwnership(e);
// company calls this
optcalc.setParameters(1 years, 4 years, residualAmount, 2000, 1000, 360);
uint rc = uint(e.openESOP(1000080, ESOPLegalWrapperIPFSHash));
uint rc = uint(e.openESOP(833400, ESOPLegalWrapperIPFSHash));
if (rc != 0)
throw;
return e;
Expand Down

0 comments on commit 6cad2c0

Please sign in to comment.