From 005cd0db1ba62150e05272fb510485166d6f3b6a Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Tue, 18 Jul 2017 09:40:15 -0700 Subject: [PATCH] Edited ch10.asciidoc with Atlas code editor --- ch10.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ch10.asciidoc b/ch10.asciidoc index 54868a8f..a908de7a 100644 --- a/ch10.asciidoc +++ b/ch10.asciidoc @@ -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)