add comment

This commit is contained in:
julian 2023-09-22 09:38:05 -06:00
parent 504fdaa239
commit b0f0ea48e1

View file

@ -70,6 +70,8 @@ class Address extends CryptoCurrencyAddress {
subType == AddressSubType.paynymSend ||
subType == AddressSubType.paynymReceive;
/// If called on an [Address] already stored in the DB be sure to update the
/// [transactions] Isar Links if required
Address copyWith({
String? walletId,
String? value,