status-go/multiaccounts/accounts
Andrea Maria Piana d65946e9c0 Use IsOwnAccount instead of Wallet when watching for transactions
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.
2020-12-07 16:12:50 +01:00
..
account_test.go Use IsOwnAccount instead of Wallet when watching for transactions 2020-12-07 16:12:50 +01:00
database.go Use IsOwnAccount instead of Wallet when watching for transactions 2020-12-07 16:12:50 +01:00
database_test.go Local notifications service (#2026) 2020-10-28 10:56:14 +03:00
doc.go Put settings in a table with schema (#1746) 2019-12-27 10:58:25 +01:00