forked from Qortal/qortal
Override reference checking for PUBLICIZE transaction type
This commit is contained in:
parent
847093edac
commit
e0398490ae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user