diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-25 01:59:14 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-25 01:59:14 +0800 |
commit | 544b7fba7f2e826bc7c4eef016082b266d17e5f6 (patch) | |
tree | 85d7849fdf340a00349979cc481058d44a7c59ef /ethvm/vm.go | |
parent | b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411 (diff) | |
parent | cba2f6c2c472d5818541f6eabf3e18196d0c477d (diff) | |
download | dexon-544b7fba7f2e826bc7c4eef016082b266d17e5f6.tar dexon-544b7fba7f2e826bc7c4eef016082b266d17e5f6.tar.gz dexon-544b7fba7f2e826bc7c4eef016082b266d17e5f6.tar.bz2 dexon-544b7fba7f2e826bc7c4eef016082b266d17e5f6.tar.lz dexon-544b7fba7f2e826bc7c4eef016082b266d17e5f6.tar.xz dexon-544b7fba7f2e826bc7c4eef016082b266d17e5f6.tar.zst dexon-544b7fba7f2e826bc7c4eef016082b266d17e5f6.zip |
Merge branch 'tmp' into develop
Conflicts:
peer.go
Diffstat (limited to 'ethvm/vm.go')
-rw-r--r-- | ethvm/vm.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ethvm/vm.go b/ethvm/vm.go index 7aff320f9..bb14d75da 100644 --- a/ethvm/vm.go +++ b/ethvm/vm.go @@ -961,7 +961,6 @@ func (self *Message) Addr() []byte { } func (self *Message) Exec(codeAddr []byte, caller ClosureRef) (ret []byte, err error) { - fmt.Printf("%x %x\n", codeAddr[0:4], self.address[0:4]) queue := self.vm.queue self.vm.queue = list.New() |