forked from Qortal/qortal
Transaction.isValidTxGroupId() changed from private to protected - needed so ChatTransaction can override
This commit is contained in:
parent
3fa7da5115
commit
a5c437913f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user