Fix constant variable value

This commit is contained in:
Germán Martínez 2019-04-30 13:56:02 +02:00
parent b98cf81b7d
commit e4d2e3b35d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// @flow
export const ZERO_ADDRESS = ' 0x0000000000000000000000000000000000000000'
export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000'
export const sameAddress = (firstAddress: string, secondAddress: string): boolean => {
if (!firstAddress) {