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