status-go/multiaccounts
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
..
accounts Use IsOwnAccount instead of Wallet when watching for transactions 2020-12-07 16:12:50 +01:00
migrations feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
database.go fix: close resultsets so we don't leak them (#1809) 2020-05-14 11:51:32 +01:00
database_test.go Replace address with keyUid in accounts db 2019-12-09 11:20:12 +02:00