diff --git a/ch07_authorization-authentication.adoc b/ch07_authorization-authentication.adoc index 8a51d0b9..8048d88c 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -133,7 +133,6 @@ validation. image::images/mbc3_0701.png["input_and_output_scripts"] -[role="less_space pagebreak-before"] ===== The script execution stack Bitcoin's ((("scripts", "stack", id="script-stack")))((("stack", id="stack")))scripting language is called a stack-based language because it diff --git a/ch12_mining.adoc b/ch12_mining.adoc index 4e419e8b..d1e3ba14 100644 --- a/ch12_mining.adoc +++ b/ch12_mining.adoc @@ -954,7 +954,7 @@ resulting in a retargeting bias toward higher difficulty by 0.05%. <> shows the code used in the Bitcoin Core client. [[retarget_code]] -.Retargeting the proof of work: [.plain]#++CalculateNextWorkRequired()++# in pow.cpp +.Retargeting the proof of work: [.plain]#++CalculateNextWorkRequired()++# in [.plain]#pow.cpp# ==== [source,cpp] ---- @@ -2024,7 +2024,6 @@ in older software. In short, we should not expect to see reuse until all 29 bits have been used once. ==== -[role="less_space pagebreak-before"] Proposed changes are identified by a data structure that contains the following fields: name:: A short description used to distinguish between proposals. Most