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:
parent
254393253c
commit
a9cdf99135
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user