Skip to content

Commit

Permalink
Change Coinomi wallet link to solve issue bitcoin-dot-org#1622
Browse files Browse the repository at this point in the history
As the policy of Bitcoin.org does not allow closed source
wallets that allow user private key access, we are changing
the link for the Coinomi Android wallet to point to the
Github release page, that contains the latest open source
version along with the necessary source code.

Additionally we revert the transparency to "checkpasstransparencyopensource"
as the source code is available from the same site.
  • Loading branch information
erasmospunk committed Jun 13, 2017
1 parent a563ab5 commit 7280da1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _templates/choose-your-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -740,15 +740,15 @@
platform:
mobile:
text: "walletcoinomi"
link: "https://play.google.com/store/apps/details?id=com.coinomi.wallet"
link: "https://github.com/Coinomi/coinomi-android/releases"
source: "https://github.com/Coinomi"
screenshot: "coinomiwalletandroid.png"
os:
- android
check:
control: "checkgoodcontrolfull"
validation: "checkfailvalidationcentralized"
transparency: "checkfailtransparencyclosedsource"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
privacy: "checkpassprivacybasic"
fees: "checkpassfeecontroldynamic"
Expand All @@ -758,15 +758,15 @@
privacynetwork: "checkfailprivacynetworknosupporttor"
android:
text: "walletcoinomi"
link: "https://play.google.com/store/apps/details?id=com.coinomi.wallet"
link: "https://github.com/Coinomi/coinomi-android/releases"
source: "https://github.com/Coinomi/coinomi-android"
screenshot: "coinomiwalletandroid.png"
os:
- android
check:
control: "checkgoodcontrolfull"
validation: "checkfailvalidationcentralized"
transparency: "checkfailtransparencyclosedsource"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
privacy: "checkpassprivacybasic"
fees: "checkpassfeecontroldynamic"
Expand Down

0 comments on commit 7280da1

Please sign in to comment.