测试开分支,去除对 tic.common 的依赖,转成对 tic.crypto 和 tic.action

This commit is contained in:
luk.lu
2018-11-27 11:41:48 +08:00
parent 006219b7ee
commit efa4788bc3
5 changed files with 31 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ const ETH = require('./eth.js').ETH;
const ERC20 = require('./eth.js').ERC20;
const BTC = require('./btc.js').BTC;
const Account = require('./Account').Account;
const Crypto = require('tic.common').Crypto;
const Crypto = require('tic.crypto');
module.exports = {
TIC,
ETH,