mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-05 01:07:51 +00:00
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;
|
return ValidationResult.OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean hasValidReference() throws DataException {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ValidationResult isValid() throws DataException {
|
public ValidationResult isValid() throws DataException {
|
||||||
// There can be only one
|
// There can be only one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user