aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-19 18:14:04 +0800
committerobscuren <geffobscura@gmail.com>2014-05-19 18:14:04 +0800
commitb8034f4d9ed7eea29a219a2d894ae22041a906a7 (patch)
tree1480240540a8e1c70b11d2108429734aaad27368 /ethchain
parentbd48690f63d07d9a0568f0d8092006ebaa12af5f (diff)
downloadgo-tangerine-b8034f4d9ed7eea29a219a2d894ae22041a906a7.tar
go-tangerine-b8034f4d9ed7eea29a219a2d894ae22041a906a7.tar.gz
go-tangerine-b8034f4d9ed7eea29a219a2d894ae22041a906a7.tar.bz2
go-tangerine-b8034f4d9ed7eea29a219a2d894ae22041a906a7.tar.lz
go-tangerine-b8034f4d9ed7eea29a219a2d894ae22041a906a7.tar.xz
go-tangerine-b8034f4d9ed7eea29a219a2d894ae22041a906a7.tar.zst
go-tangerine-b8034f4d9ed7eea29a219a2d894ae22041a906a7.zip
Increment nonce in the public api
Diffstat (limited to 'ethchain')
-rw-r--r--ethchain/vm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethchain/vm.go b/ethchain/vm.go
index 584c66611..6579830ec 100644
--- a/ethchain/vm.go
+++ b/ethchain/vm.go
@@ -95,7 +95,6 @@ func (vm *Vm) RunClosure(closure *Closure, hook DebugHook) (ret []byte, err erro
if ethutil.Config.Debug {
ethutil.Config.Log.Debugf("# op\n")
}
- fmt.Println(closure.Script)
for {
// The base for all big integer arithmetic