Do not publish altcoin acct age witness data

This commit is contained in:
ghubstan 2021-11-07 10:14:19 -03:00
parent eb234bf93a
commit 531db1eac4
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -130,7 +130,6 @@ class CorePaymentAccountsService {
Optional<CryptoCurrency> cryptoCurrency = getCryptoCurrency(bsqCode);
cryptoCurrency.ifPresent(cryptoCurrencyAccount::setSingleTradeCurrency);
user.addPaymentAccount(cryptoCurrencyAccount);
accountAgeWitnessService.publishMyAccountAgeWitness(cryptoCurrencyAccount.getPaymentAccountPayload());
log.info("Saved crypto payment account with id {} and payment method {}.",
cryptoCurrencyAccount.getId(),
cryptoCurrencyAccount.getPaymentAccountPayload().getPaymentMethodId());