mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-11 17:55:53 +00:00
Enable some simple checks of transaction ordering in the block verification.
This commit is contained in:
parent
fdde166813
commit
66321804e7
@ -269,7 +269,7 @@ public class Block extends Message {
|
||||
// reference spent or non-existant inputs.
|
||||
if (transactions != null) {
|
||||
assert transactions.size() > 0;
|
||||
//checkTransactions();
|
||||
checkTransactions();
|
||||
checkMerkleHash();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user