ch09: Remove bash symbol from comments

pull/799/head
rating89us 3 years ago committed by GitHub
parent 9a8224e0cc
commit 2db8f435cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -226,9 +226,9 @@ include::code/merkle.cpp[]
====
[source,bash]
----
$ # Compile the merkle.cpp code
# Compile the merkle.cpp code
$ g++ -o merkle merkle.cpp $(pkg-config --cflags --libs libbitcoin)
$ # Run the merkle executable
# Run the merkle executable
$ ./merkle
Current merkle hash list:
32650049a0418e4380db0af81788635d8b65424d397170b8499cdc28c4d27006

Loading…
Cancel
Save