From 3be8de6b40bb0839619eef7f1ab1f00716d05125 Mon Sep 17 00:00:00 2001 From: Ioannis Cherouvim Date: Fri, 24 Mar 2017 07:20:30 +0200 Subject: [PATCH] Fix alphabetical order of wallets. Copay was before Breadwallet. --- ch05.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05.asciidoc b/ch05.asciidoc index 84ee3736..6d8e24f1 100644 --- a/ch05.asciidoc +++ b/ch05.asciidoc @@ -95,7 +95,7 @@ These standards may change or may become obsolete by future developments, but fo The standards have been adopted by a broad range of software and hardware bitcoin wallets, making all these wallets interoperable. A user can export a mnemonic generated on one of these wallets and import it in another wallet, recovering all transactions, keys and addresses. -Some example of software wallets supporting these standards include (listed alphabetically) Copay, Breadwallet, Multibit HD and Mycelium. Examples of hardware wallets supporting these standards include (listed alphabetically) Keepkey, Ledger and Trezor. +Some example of software wallets supporting these standards include (listed alphabetically) Breadwallet, Copay, Multibit HD and Mycelium. Examples of hardware wallets supporting these standards include (listed alphabetically) Keepkey, Ledger and Trezor. The following sections examine each of these technologies in detail.