aboutsummaryrefslogtreecommitdiff
path: root/coreth.go
diff options
context:
space:
mode:
Diffstat (limited to 'coreth.go')
-rw-r--r--coreth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreth.go b/coreth.go
index f0111d0..f7e89ef 100644
--- a/coreth.go
+++ b/coreth.go
@@ -24,7 +24,7 @@ import (
var (
ZeroAddr = common.Address{
- 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
}
)