windows build server test

This commit is contained in:
Péter Szilágyi 2015-10-13 12:18:25 +03:00
parent 515ecc62cb
commit 2df46acc8a

View file

@ -32,10 +32,16 @@ import (
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/logger/glog"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/trie"
)
func init() {
glog.SetV(6)
glog.SetToStderr(true)
}
var (
testdb, _ = ethdb.NewMemDatabase()
testKey, _ = crypto.HexToECDSA("b71c71a67e1177ad4e901695e1b4b9ee17ae16c6668d313eac2f96dbcda3f291")