mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 13:14:32 +00:00
include paynym receiving addresses when checking for incoming transaction amounts
This commit is contained in:
parent
828c301af7
commit
4170ca958f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ mixin ElectrumXParsing {
|
||||||
Set<String> receivingAddresses = myAddresses
|
Set<String> receivingAddresses = myAddresses
|
||||||
.where((e) =>
|
.where((e) =>
|
||||||
e.subType == AddressSubType.receiving ||
|
e.subType == AddressSubType.receiving ||
|
||||||
|
e.subType == AddressSubType.paynymReceive ||
|
||||||
e.subType == AddressSubType.paynymNotification)
|
e.subType == AddressSubType.paynymNotification)
|
||||||
.map((e) => e.value)
|
.map((e) => e.value)
|
||||||
.toSet();
|
.toSet();
|
||||||
|
|
Loading…
Reference in a new issue