aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_makers_test.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-15 13:29:48 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:54 +0800
commit2ea3e5bc1881de55b6c4a9fe77d735257536d068 (patch)
tree3f92a1ffb0e8df36c8a6e826ad7818c46c045f4e /core/chain_makers_test.go
parent744cee6920b52f55ba35c1b41ad9aea63afd728f (diff)
downloaddexon-2ea3e5bc1881de55b6c4a9fe77d735257536d068.tar
dexon-2ea3e5bc1881de55b6c4a9fe77d735257536d068.tar.gz
dexon-2ea3e5bc1881de55b6c4a9fe77d735257536d068.tar.bz2
dexon-2ea3e5bc1881de55b6c4a9fe77d735257536d068.tar.lz
dexon-2ea3e5bc1881de55b6c4a9fe77d735257536d068.tar.xz
dexon-2ea3e5bc1881de55b6c4a9fe77d735257536d068.tar.zst
dexon-2ea3e5bc1881de55b6c4a9fe77d735257536d068.zip
core: fix tests
Diffstat (limited to 'core/chain_makers_test.go')
-rw-r--r--core/chain_makers_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/chain_makers_test.go b/core/chain_makers_test.go
index 0fb995f5f..97896e87d 100644
--- a/core/chain_makers_test.go
+++ b/core/chain_makers_test.go
@@ -17,7 +17,6 @@
package core
import (
- "crypto/ecdsa"
"fmt"
"math/big"
@@ -100,6 +99,7 @@ func ExampleGenerateChain() {
// balance of addr3: 19687500000000001000
}
+/*
func ExampleGenerateChainWithRoundChange() {
var (
// genesis node set
@@ -209,3 +209,4 @@ func ExampleGenerateChainWithRoundChange() {
// balance of addr2: 10000
// balance of addr3: 19687500000000001000
}
+*/