Emulate teller-network, coverage still failing

This commit is contained in:
Andy Tudhope 2019-04-10 11:00:08 +02:00
parent 9216468a32
commit 2e384b8188
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
7 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pragma solidity ^0.5.2;
import "./utils/MiniMeTokenInterface.sol";
import "./utils/ApproveAndCallFallBack.sol";
import "./token/MiniMeTokenInterface.sol";
import "./token/ApproveAndCallFallBack.sol";
import "./utils/SafeMath.sol";
import "./utils/BancorFormula.sol";

View File

@ -23,10 +23,10 @@ pragma solidity ^0.5.2;
* @dev It is ERC20 compliant, but still needs to under go further testing.
*/
import "./Controlled.sol";
import "../common/Controlled.sol";
import "./TokenController.sol";
import "../utils/ApproveAndCallFallBack.sol";
import "../utils/MiniMeTokenInterface.sol";
import "./ApproveAndCallFallBack.sol";
import "./MiniMeTokenInterface.sol";
import "./TokenFactory.sol";
/**

View File

@ -32,8 +32,7 @@ config({
"DAppStore": {
args: [ "$SNT" ]
},
"TestBancorFormula": { },
"Controlled": { }
"TestBancorFormula": { }
}
}, (_err, web3_accounts) => {
accounts = web3_accounts