mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
add comment
This commit is contained in:
parent
504fdaa239
commit
b0f0ea48e1
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue