mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Override reference checking for PUBLICIZE transaction type
This commit is contained in:
@@ -75,6 +75,11 @@ public class PublicizeTransaction extends Transaction {
|
||||
return ValidationResult.OK;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasValidReference() throws DataException {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ValidationResult isValid() throws DataException {
|
||||
// There can be only one
|
||||
|
Reference in New Issue
Block a user