3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 06:44:16 +00:00

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: // tx3 above). A tree with 5 transactions would look like this:
// //
// root // root
// / \ // / \
// 1 \ // 1 5
// / \ \ // / \ / \
// 2 3 4 // 2 3 4 4
// / \ / \ / \ // / \ / \ / \
// t1 t2 t3 t4 t5 t5 // t1 t2 t3 t4 t5 t5
maybeParseTransactions(); maybeParseTransactions();