-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sync when duplicate accounts exist
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule zcash-warp
updated
5 files
+2 −1 | src/db.rs | |
+0 −1 | src/db/account_manager.rs | |
+5 −4 | src/db/notes.rs | |
+3 −9 | src/pay/sweep.rs | |
+26 −24 | src/warp/sync/shielded.rs |
Submodule zkool
updated
18 files
+30 −0 | lib/generated/intl/messages.dart | |
+15 −0 | lib/generated/intl/messages_en.dart | |
+15 −0 | lib/generated/intl/messages_es.dart | |
+15 −0 | lib/generated/intl/messages_fr.dart | |
+15 −0 | lib/generated/intl/messages_pt.dart | |
+6 −1 | lib/l10n/intl_en.arb | |
+11 −3 | lib/pages/accounts/manager.dart | |
+56 −25 | lib/pages/accounts/new_import.dart | |
+12 −4 | lib/pages/accounts/rescan.dart | |
+98 −10 | lib/pages/more/keytool.dart | |
+6 −0 | lib/pages/more/more.dart | |
+7 −0 | lib/pages/settings.dart | |
+4 −2 | lib/pages/widgets.dart | |
+4 −0 | lib/router.dart | |
+89 −75 | lib/settings.pb.dart | |
+2 −3 | lib/store.dart | |
+11 −8 | lib/store.g.dart | |
+4 −3 | proto/settings.proto |