Empty default Address Field #3395

This commit is contained in:
Nicolas Gotchac 2016-11-15 12:35:50 +01:00
parent 5322727617
commit 2b30d4b75f

View File

@ -97,7 +97,7 @@ export function parseAbiType (type) {
if (type === 'address') {
return {
type: ADDRESS_TYPE,
default: '0x'
default: ''
};
}