Transaction.isValidTxGroupId() changed from private to protected - needed so ChatTransaction can override

This commit is contained in:
catbref 2020-05-11 12:55:22 +01:00
parent 3fa7da5115
commit a5c437913f

View File

@ -550,7 +550,7 @@ public abstract class Transaction {
return ValidationResult.OK;
}
private boolean isValidTxGroupId() throws DataException {
protected boolean isValidTxGroupId() throws DataException {
int txGroupId = this.transactionData.getTxGroupId();
// If transaction type doesn't need approval then we insist on NO_GROUP