Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #96 from andrerfneves/feature/zcashd_2.0.4
Browse files Browse the repository at this point in the history
feat(zcashd): upgrade to 2.0.4
  • Loading branch information
georgelima authored Apr 2, 2019
2 parents a7cbf68 + 1c408f5 commit 22d491b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions __mocks__/electron-store.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* eslint-disable */
module.exports = class {
constructor({ encryptionKey }) {
this.encryptionKey = encryptionKey;
}

get() {
return 'test value';
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exports[`<TransactionItem /> should render a transaction item correctly 1`] = `
<p
class="sc-htpNat jAbxuE"
>
-ZEC 0.865
-TAZ 0.865
</p>
<p
class="sc-kgoBCf goviHQ sc-htpNat pRhzD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ exports[`<TransactionDailyComponent /> render() should render user daily transac
<p
class="sc-htpNat dztgbW"
>
+ZEC 1.789
+TAZ 1.789
</p>
<p
class="sc-kgoBCf goviHQ sc-htpNat pRhzD"
Expand Down Expand Up @@ -111,7 +111,7 @@ exports[`<TransactionDailyComponent /> render() should render user daily transac
<p
class="sc-htpNat jAbxuE"
>
-ZEC 0.846
-TAZ 0.846
</p>
<p
class="sc-kgoBCf goviHQ sc-htpNat pRhzD"
Expand Down
Binary file modified bin/linux/zcashd
Binary file not shown.
Binary file modified bin/mac/zcashd
Binary file not shown.
Binary file modified bin/win/zcashd.exe
100644 → 100755
Binary file not shown.

0 comments on commit 22d491b

Please sign in to comment.