mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-19 05:35:48 +00:00
Log DataException during transaction validation.
This commit is contained in:
parent
2d0b035f98
commit
19197812d3
@ -1220,6 +1220,7 @@ public class Block {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (DataException e) {
|
} catch (DataException e) {
|
||||||
|
LOGGER.info("DataException during transaction validation", e);
|
||||||
return ValidationResult.TRANSACTION_INVALID;
|
return ValidationResult.TRANSACTION_INVALID;
|
||||||
} finally {
|
} finally {
|
||||||
// Rollback repository changes made by test-processing transactions above
|
// Rollback repository changes made by test-processing transactions above
|
||||||
|
Loading…
x
Reference in New Issue
Block a user