aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_makers_test.go
diff options
context:
space:
mode:
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
}
+*/