Fix constant variable value
This commit is contained in:
parent
b98cf81b7d
commit
e4d2e3b35d
|
@ -1,5 +1,5 @@
|
||||||
// @flow
|
// @flow
|
||||||
export const ZERO_ADDRESS = ' 0x0000000000000000000000000000000000000000'
|
export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000'
|
||||||
|
|
||||||
export const sameAddress = (firstAddress: string, secondAddress: string): boolean => {
|
export const sameAddress = (firstAddress: string, secondAddress: string): boolean => {
|
||||||
if (!firstAddress) {
|
if (!firstAddress) {
|
||||||
|
|
Loading…
Reference in New Issue