Removed redundant assignment
This commit is contained in:
@@ -32,7 +32,7 @@ export class DutchAuctionWrapper extends ContractWrapper {
|
||||
*/
|
||||
constructor(web3Wrapper: Web3Wrapper, networkId: number, address?: string) {
|
||||
super(web3Wrapper, networkId);
|
||||
this.address = this.address = _.isUndefined(address)
|
||||
this.address = _.isUndefined(address)
|
||||
? _getDefaultContractAddresses(networkId).dutchAuction
|
||||
: address;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user