From db09277256ef09d921b07d44eb8542f74f35a27d Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 14:57:03 +0000 Subject: [PATCH] Edited ch12_mining.adoc with Atlas code editor --- ch12_mining.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12_mining.adoc b/ch12_mining.adoc index d8a59747..ff9cf2ed 100644 --- a/ch12_mining.adoc +++ b/ch12_mining.adoc @@ -427,7 +427,7 @@ that have occurred by dividing the current block height by the halving interval (+SubsidyHalvingInterval+). Next, the function uses the binary-right-shift operator to divide the -reward (+nSubsidy+) by two for each round of halving. In the case of +reward [.keep-together]#(+nSubsidy+)# by two for each round of halving. In the case of block 277,316, this would binary-right-shift the reward of 5 billion satoshis once (one halving) and result in 2.5 billion satoshis, or 25 bitcoins. After the 33rd halving, the subsidy will be rounded down to