From ed063e3eda0168ab72cfba7f263940e8fc1f7b0b Mon Sep 17 00:00:00 2001 From: Saivann Date: Sat, 6 Dec 2014 14:01:18 -0500 Subject: [PATCH] Avoid forcing signed firmware updates for hardware wallets (thanks @luke-jr) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7370e01..7dde7454 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ Basic requirements: - Gives control to the user over moving their funds out of the multi-signature wallet - For hardware wallets: - Uses the push model (computer malware cannot sign a transaction without user input) - - Refuses unsigned firmware upgrades + - Protect the seed against unsigned firmware upgrades - Supports importing custom seeds - Provides source code and/or detailed specification for blackbox testing if using a closed-source Secure Element