From e70c55e7a6a458ffd245066dc4aab1d6b2e85a37 Mon Sep 17 00:00:00 2001 From: Kevin Gorham Date: Wed, 10 Jun 2020 13:01:39 -0400 Subject: [PATCH] Iterated on README after merging in changes from #141. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ae5c72..a804fa1 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,7 @@ There are some known areas for improvement: - Since this was created as a dogfooding tool, think of it less like a wallet and more like a proof of concept, which can result in bugs up to and including loss-of-funds - So **please backup your seed phrase** and wallet birthday (block height) - This app has been developed and run exclusively on `mainnet` it might not work at all on `testnet` -- We've done our best to disable everything we are using internally for feedback but understand this app is designed for getting feedback so it will refrence some of the libraries that we use in-house for that purpose. - +- Getting feedback was one of the original design goals of this app so it is mainly intended for learning and improving the related libraries that it uses. See the [Wallet App Threat Model](https://zcash.readthedocs.io/en/latest/rtd_pages/wallet_threat_model.html) for more information about the security and privacy limitations of the wallet.