Only rebuild if transaction has a name.

This commit is contained in:
CalDescent 2023-03-03 17:10:14 +00:00
parent 7d38fa909d
commit cf0681d7df

View File

@ -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