Update Block.java

This commit is contained in:
QuickMythril 2021-09-05 18:07:11 -04:00 committed by GitHub
parent 25b787f6f2
commit 673ee4aeed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1100,6 +1100,10 @@ public class Block {
// Apply fix for block 535658 but fix will be rolled back before we exit method
Block535658.processFix(this);
}
else if (this.blockData.getHeight() == 536140) {
// Apply fix for block 536140 but fix will be rolled back before we exit method
Block536140.processFix(this);
}
for (Transaction transaction : this.getTransactions()) {
TransactionData transactionData = transaction.getTransactionData();