aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-06-12 13:45:23 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-10-07 19:19:30 +0800
commitec6a548ee3555813d83f86f82bd25694bfd9c303 (patch)
tree9d0ec5022dc952f7b1053b85382df07347bc48f0 /common
parent8b865fa9bf75e728d5d76f5a1460e0c37d8b5f9e (diff)
downloaddexon-ec6a548ee3555813d83f86f82bd25694bfd9c303.tar
dexon-ec6a548ee3555813d83f86f82bd25694bfd9c303.tar.gz
dexon-ec6a548ee3555813d83f86f82bd25694bfd9c303.tar.bz2
dexon-ec6a548ee3555813d83f86f82bd25694bfd9c303.tar.lz
dexon-ec6a548ee3555813d83f86f82bd25694bfd9c303.tar.xz
dexon-ec6a548ee3555813d83f86f82bd25694bfd9c303.tar.zst
dexon-ec6a548ee3555813d83f86f82bd25694bfd9c303.zip
all: Add GPU mining, disabled by default
Diffstat (limited to 'common')
-rw-r--r--common/natspec/natspec_e2e_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/natspec/natspec_e2e_test.go b/common/natspec/natspec_e2e_test.go
index 57f81f652..02c2014ba 100644
--- a/common/natspec/natspec_e2e_test.go
+++ b/common/natspec/natspec_e2e_test.go
@@ -306,7 +306,7 @@ func processTxs(repl *testFrontend, t *testing.T, expTxc int) bool {
return false
}
- err = repl.ethereum.StartMining(runtime.NumCPU())
+ err = repl.ethereum.StartMining(runtime.NumCPU(), "")
if err != nil {
t.Errorf("unexpected error mining: %v", err)
return false