mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 19:55:52 +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.paynymSend ||
|
||||||
subType == AddressSubType.paynymReceive;
|
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({
|
Address copyWith({
|
||||||
String? walletId,
|
String? walletId,
|
||||||
String? value,
|
String? value,
|
||||||
|
|
Loading…
Reference in a new issue