Empty default Address Field #3395
This commit is contained in:
parent
5322727617
commit
2b30d4b75f
@ -97,7 +97,7 @@ export function parseAbiType (type) {
|
||||
if (type === 'address') {
|
||||
return {
|
||||
type: ADDRESS_TYPE,
|
||||
default: '0x'
|
||||
default: ''
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user