Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanFro committed Oct 16, 2018
1 parent 9a78724 commit c788431
Show file tree
Hide file tree
Showing 10 changed files with 3,081 additions and 3,165 deletions.
772 changes: 365 additions & 407 deletions build/contracts/Bridge.json

Large diffs are not rendered by default.

370 changes: 185 additions & 185 deletions build/contracts/DetailedERC20.json

Large diffs are not rendered by default.

446 changes: 223 additions & 223 deletions build/contracts/ERC20.json

Large diffs are not rendered by default.

290 changes: 145 additions & 145 deletions build/contracts/ERC20Basic.json

Large diffs are not rendered by default.

2,570 changes: 1,264 additions & 1,306 deletions build/contracts/IBridge.json

Large diffs are not rendered by default.

234 changes: 117 additions & 117 deletions build/contracts/IWingsController.json

Large diffs are not rendered by default.

558 changes: 279 additions & 279 deletions build/contracts/Ownable.json

Large diffs are not rendered by default.

998 changes: 499 additions & 499 deletions build/contracts/SafeMath.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions contracts/interfaces/IBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ contract IBridge is Ownable {
DetailedERC20 token;

// crowdsale status
bool public completed;
bool public failed;
bool completed;
bool failed;

// whether sale results were communicated to crowdsale controller or not
bool public notifiedSale;
bool notifiedSale;

function transferManager(address _newManager) public onlyManager() {
require(_newManager != address(0));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wings-light-bridge",
"version": "1.2.4",
"version": "1.2.5",
"description": "Wings easy integration.",
"main": "truffle.js",
"directories": {
Expand Down

0 comments on commit c788431

Please sign in to comment.