aboutsummaryrefslogtreecommitdiffstats
path: root/core
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:59:19 +0800
commit8c0619d29cb0a2d06bbd38ad2bfc067d641aba3a (patch)
tree070b9302e0ab10778839b0b5fabffb179af782c0 /core
parent16a3a4303f52cafc02b3cc593676b703defece8e (diff)
downloadgo-tangerine-8c0619d29cb0a2d06bbd38ad2bfc067d641aba3a.tar
go-tangerine-8c0619d29cb0a2d06bbd38ad2bfc067d641aba3a.tar.gz
go-tangerine-8c0619d29cb0a2d06bbd38ad2bfc067d641aba3a.tar.bz2
go-tangerine-8c0619d29cb0a2d06bbd38ad2bfc067d641aba3a.tar.lz
go-tangerine-8c0619d29cb0a2d06bbd38ad2bfc067d641aba3a.tar.xz
go-tangerine-8c0619d29cb0a2d06bbd38ad2bfc067d641aba3a.tar.zst
go-tangerine-8c0619d29cb0a2d06bbd38ad2bfc067d641aba3a.zip
core: 5 ether block reward
Diffstat (limited to 'core')
-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 deb8be93f..edc0333be 100644
--- a/core/chain_makers_test.go
+++ b/core/chain_makers_test.go
@@ -93,5 +93,5 @@ func ExampleGenerateChain() {
// last block: #5
// balance of addr1: 989000
// balance of addr2: 10000
- // balance of addr3: 5906250000000001000
+ // balance of addr3: 19687500000000001000
}