-
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 tx history & Improve connection retry
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule zcash-warp
updated
4 files
+1 −1 | binding.h | |
+5 −1 | src/coin.rs | |
+6 −3 | src/db/tx.rs | |
+35 −11 | src/txdetails.rs |
Submodule zkool
updated
7 files
+2 −2 | lib/accounts.dart | |
+0 −6 | lib/pages/main/home.dart | |
+0 −1 | lib/pages/main/sync_status.dart | |
+1 −1 | lib/pages/tx.dart | |
+8 −1 | lib/router.dart | |
+36 −34 | lib/store.dart | |
+17 −0 | lib/store.g.dart |