mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-11 08:10:54 +00:00
ch09: Remove bash symbol from comments
This commit is contained in:
parent
9a8224e0cc
commit
2db8f435cc
@ -226,9 +226,9 @@ include::code/merkle.cpp[]
|
|||||||
====
|
====
|
||||||
[source,bash]
|
[source,bash]
|
||||||
----
|
----
|
||||||
$ # Compile the merkle.cpp code
|
# Compile the merkle.cpp code
|
||||||
$ g++ -o merkle merkle.cpp $(pkg-config --cflags --libs libbitcoin)
|
$ g++ -o merkle merkle.cpp $(pkg-config --cflags --libs libbitcoin)
|
||||||
$ # Run the merkle executable
|
# Run the merkle executable
|
||||||
$ ./merkle
|
$ ./merkle
|
||||||
Current merkle hash list:
|
Current merkle hash list:
|
||||||
32650049a0418e4380db0af81788635d8b65424d397170b8499cdc28c4d27006
|
32650049a0418e4380db0af81788635d8b65424d397170b8499cdc28c4d27006
|
||||||
|
Loading…
Reference in New Issue
Block a user