aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/stack.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-04-11 06:14:19 +0800
committerobscuren <geffobscura@gmail.com>2014-04-11 06:14:19 +0800
commit891f7259091cba0fe5e8c9370e7b0b1055b56683 (patch)
tree216326e73f2c3c893b942ed7c016d2327c1367e2 /ethchain/stack.go
parent969e748dce5562fc543990b6911d53ab699e393e (diff)
downloaddexon-891f7259091cba0fe5e8c9370e7b0b1055b56683.tar.gz
dexon-891f7259091cba0fe5e8c9370e7b0b1055b56683.tar.zst
dexon-891f7259091cba0fe5e8c9370e7b0b1055b56683.zip
Added better address format
Diffstat (limited to 'ethchain/stack.go')
-rw-r--r--ethchain/stack.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethchain/stack.go b/ethchain/stack.go
index e3fc4b684..0dadd15e5 100644
--- a/ethchain/stack.go
+++ b/ethchain/stack.go
@@ -55,6 +55,7 @@ const (
// 0x50 range - 'storage' and execution
oPUSH = 0x50
+ oPUSH20 = 0x80
oPOP = 0x51
oDUP = 0x52
oSWAP = 0x53