forked from Qortal/qortal
Log DataException during transaction validation.
This commit is contained in:
parent
2d0b035f98
commit
19197812d3
@ -1220,6 +1220,7 @@ public class Block {
|
||||
}
|
||||
}
|
||||
} catch (DataException e) {
|
||||
LOGGER.info("DataException during transaction validation", e);
|
||||
return ValidationResult.TRANSACTION_INVALID;
|
||||
} finally {
|
||||
// Rollback repository changes made by test-processing transactions above
|
||||
|
Loading…
Reference in New Issue
Block a user