1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-23 00:28:14 +00:00

Edited ch10.asciidoc with Atlas code editor

This commit is contained in:
kristen@oreilly.com 2017-07-18 09:40:15 -07:00
parent c7be86e968
commit 005cd0db1b

View File

@ -258,6 +258,7 @@ The calculation can be seen in function +GetBlockSubsidy+ in the Bitcoin Core cl
[[getblocksubsidy_source]]
.Calculating the block reward—Function GetBlockSubsidy, Bitcoin Core Client, main.cpp
====
[role="c_less_space"]
[source, cpp]
----
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)