Fix a compiler error with constructor enum

This commit is contained in:
Leonid Logvinov 2018-01-10 11:28:43 +01:00
parent a2176f566b
commit 0f8b2703d1
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -64,7 +64,7 @@ export const utils = {
}, },
getEmptyConstructor(): Web3.ConstructorAbi { getEmptyConstructor(): Web3.ConstructorAbi {
return { return {
type: 'constructor', type: Web3.AbiType.Constructor,
stateMutability: 'nonpayable', stateMutability: 'nonpayable',
payable: false, payable: false,
inputs: [], inputs: [],