mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01: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…
Reference in New Issue
Block a user