aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_makers_test.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2015-07-25 18:06:17 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-07-25 23:47:20 +0800
commit9afda6ab8cb72269b299664a69edb545a5aebeb6 (patch)
tree716601696531a7b9bd5e145d41d508489957c552 /core/chain_makers_test.go
parent5001f778aac5cf77a200da7829f8d28547208fed (diff)
downloaddexon-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar
dexon-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.gz
dexon-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.bz2
dexon-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.lz
dexon-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.xz
dexon-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.zst
dexon-9afda6ab8cb72269b299664a69edb545a5aebeb6.zip
core: 5 ether block reward
Diffstat (limited to 'core/chain_makers_test.go')
-rw-r--r--core/chain_makers_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/chain_makers_test.go b/core/chain_makers_test.go
index 715e4c7ac..d7730aec8 100644
--- a/core/chain_makers_test.go
+++ b/core/chain_makers_test.go
@@ -90,5 +90,5 @@ func ExampleGenerateChain() {
// last block: #5
// balance of addr1: 989000
// balance of addr2: 10000
- // balance of addr3: 5906250000000001000
+ // balance of addr3: 19687500000000001000
}