Fixed stack issue

This commit is contained in:
obscuren
2014-08-08 14:36:59 +01:00
parent 3fc24013ef
commit c51db4c940
4 changed files with 18 additions and 18 deletions

View File

@ -4,15 +4,16 @@ import (
"bytes"
"container/list"
"fmt"
"math/big"
"sync"
"time"
"github.com/ethereum/eth-go/ethcrypto"
"github.com/ethereum/eth-go/ethlog"
"github.com/ethereum/eth-go/ethreact"
"github.com/ethereum/eth-go/ethstate"
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/eth-go/ethwire"
"math/big"
"sync"
"time"
)
var statelogger = ethlog.NewLogger("STATE")