1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

image resize

This commit is contained in:
Clare Laylock 2023-10-11 10:26:39 -04:00
parent b7b4cea460
commit ecba7666b8
2 changed files with 3 additions and 2 deletions

View File

@ -466,7 +466,6 @@ prompt him with a suggested fee (or fee rate). The higher the transaction fee,
faster the transaction will be confirmed (see <<confirmations>>). faster the transaction will be confirmed (see <<confirmations>>).
[[wallet-send]] [[wallet-send]]
[role="smallereighty"]
.Bitcoin wallet send screen .Bitcoin wallet send screen
image::images/mbc3_0102.png["Wallet send screen. Image derived from Bitcoin Design Guide CC-BY"] image::images/mbc3_0102.png["Wallet send screen. Image derived from Bitcoin Design Guide CC-BY"]

View File

@ -395,6 +395,7 @@ transactions leading to the same merkle root. For example, the two
trees in <<cve_tree>>: trees in <<cve_tree>>:
[[cve_tree]] [[cve_tree]]
[role="figuresmallerninety"]
.Two Bitcoin-style merkle tree with the same root but a different number of leaves .Two Bitcoin-style merkle tree with the same root but a different number of leaves
image::images/mbc3_1104.png["Two Bitcoin-style merkle trees with the same root but a different number of leaves"] image::images/mbc3_1104.png["Two Bitcoin-style merkle trees with the same root but a different number of leaves"]
@ -713,7 +714,8 @@ To use the command-line tool, you need to specify the +regtest+ flag
too. Let's try the +getblockchaininfo+ command to inspect the regtest too. Let's try the +getblockchaininfo+ command to inspect the regtest
blockchain: blockchain:
----git comm ----
git comm
$ bitcoin-cli -regtest getblockchaininfo $ bitcoin-cli -regtest getblockchaininfo
{ {
"chain": "regtest", "chain": "regtest",