Fix comment example for buildMerkleTree

This commit is contained in:
Matt Corallo
2012-08-20 21:57:49 -04:00
committed by Mike Hearn
parent 254393253c
commit a9cdf99135

View File

@@ -608,10 +608,10 @@ public class Block extends Message {
// tx3 above). A tree with 5 transactions would look like this:
//
// root
// / \
// 1 \
// / \ \
// 2 3 4
// / \
// 1 5
// / \ / \
// 2 3 4 4
// / \ / \ / \
// t1 t2 t3 t4 t5 t5
maybeParseTransactions();