mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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
|
||||
.where((e) =>
|
||||
e.subType == AddressSubType.receiving ||
|
||||
e.subType == AddressSubType.paynymReceive ||
|
||||
e.subType == AddressSubType.paynymNotification)
|
||||
.map((e) => e.value)
|
||||
.toSet();
|
||||
|
|
Loading…
Reference in a new issue