forked from Qortal/qortal
Only rebuild if transaction has a name.
This commit is contained in:
parent
0b05de22a0
commit
7d7cea3278
@ -243,6 +243,8 @@ public class ArbitraryTransaction extends Transaction {
|
||||
@Override
|
||||
public void preProcess() throws DataException {
|
||||
ArbitraryTransactionData arbitraryTransactionData = (ArbitraryTransactionData) transactionData;
|
||||
if (arbitraryTransactionData.getName() == null)
|
||||
return;
|
||||
|
||||
// Rebuild this name in the Names table from the transaction history
|
||||
// This is necessary because in some rare cases names can be missing from the Names table after registration
|
||||
|
Loading…
x
Reference in New Issue
Block a user