mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 12:01:24 +00:00
Enable some simple checks of transaction ordering in the block verification.
This commit is contained in:
@@ -269,7 +269,7 @@ public class Block extends Message {
|
|||||||
// reference spent or non-existant inputs.
|
// reference spent or non-existant inputs.
|
||||||
if (transactions != null) {
|
if (transactions != null) {
|
||||||
assert transactions.size() > 0;
|
assert transactions.size() > 0;
|
||||||
//checkTransactions();
|
checkTransactions();
|
||||||
checkMerkleHash();
|
checkMerkleHash();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user