1
0
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:
rating89us 2021-02-20 17:08:19 +01:00 committed by GitHub
parent 9a8224e0cc
commit 2db8f435cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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