mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 10:42:07 +00:00
d65946e9c0
There was an issue in using the `Wallet` flag when checking accounts to watch for transactions. `Wallet` indicates that it's the default wallet, not whether is a wallet account. That can only be checked by looking at the type (and the `Wallet` flag). If the type is `generated`, `key` or `seed` it should be watched for transactions.