Removed duplicate functions.
This commit is contained in:
parent
b3f9070b39
commit
621c1ee74e
4
index.js
4
index.js
@ -35,8 +35,8 @@ module.exports = Wallet;
|
||||
|
||||
utils.defineProperty(Wallet, 'etherSymbol', '\uD835\uDF63');
|
||||
|
||||
utils.defineProperty(Wallet, 'getAddress', SigningKey.getAddress);
|
||||
utils.defineProperty(Wallet, 'getIcapAddress', SigningKey.getIcapAddress);
|
||||
//utils.defineProperty(Wallet, 'getAddress', SigningKey.getAddress);
|
||||
//utils.defineProperty(Wallet, 'getIcapAddress', SigningKey.getIcapAddress);
|
||||
|
||||
utils.defineProperty(Wallet, 'isCrowdsaleWallet', secretStorage.isCrowdsaleWallet);
|
||||
utils.defineProperty(Wallet, 'isValidWallet', secretStorage.isValidWallet);
|
||||
|
Loading…
Reference in New Issue
Block a user