aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_makers_test.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-07-25 23:57:33 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-07-25 23:57:33 +0800
commit665eaff9b9076827d887342bf0a84d0f3ae37697 (patch)
tree0fddd3261226e4336055c7a5c78802eeae7d9c9a /core/chain_makers_test.go
parent0efcd7ed05331c25b3f3d485c65354cfe99d8297 (diff)
parent9afda6ab8cb72269b299664a69edb545a5aebeb6 (diff)
downloaddexon-665eaff9b9076827d887342bf0a84d0f3ae37697.tar
dexon-665eaff9b9076827d887342bf0a84d0f3ae37697.tar.gz
dexon-665eaff9b9076827d887342bf0a84d0f3ae37697.tar.bz2
dexon-665eaff9b9076827d887342bf0a84d0f3ae37697.tar.lz
dexon-665eaff9b9076827d887342bf0a84d0f3ae37697.tar.xz
dexon-665eaff9b9076827d887342bf0a84d0f3ae37697.tar.zst
dexon-665eaff9b9076827d887342bf0a84d0f3ae37697.zip
Merge pull request #1520 from obscuren/reward-5eth
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 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
}