core: 5 ether block reward

This commit is contained in:
Jeffrey Wilcke
2015-07-25 12:06:17 +02:00
parent 16a3a4303f
commit 8c0619d29c
2 changed files with 9 additions and 1 deletions

View File

@ -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
}