From ba5c9d9190231027341f1849edce978a5e0c4066 Mon Sep 17 00:00:00 2001 From: clenser Date: Fri, 13 Oct 2023 11:14:28 +0000 Subject: [PATCH] Edited ch01_intro.adoc with Atlas code editor --- ch01_intro.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ch01_intro.adoc b/ch01_intro.adoc index 0ad6f0d3..e1bb237b 100644 --- a/ch01_intro.adoc +++ b/ch01_intro.adoc @@ -158,9 +158,9 @@ Bitcoin wallets ((("wallets", "choosing")))((("choosing", "wallets")))are one of ===== Types of Bitcoin wallets Bitcoin wallets ((("wallets", "types of", id="wallet-type")))can be categorized as follows, according to the platform: -Desktop wallet:: A desktop wallet was the first type of Bitcoin wallet created as a reference implementation and many users run desktop wallets for the features, autonomy, and control they offer. Running on general-use operating systems such as Windows and macOS has certain security disadvantages, however, as these platforms are often insecure and poorly configured. +Desktop wallet:: A ((("desktop wallets")))desktop wallet was the first type of Bitcoin wallet created as a reference implementation and many users run desktop wallets for the features, autonomy, and control they offer. Running on general-use operating systems such as Windows and macOS has certain security disadvantages, however, as these platforms are often insecure and poorly configured. -Mobile wallet:: A mobile wallet is the most common type of Bitcoin +Mobile wallet:: A ((("mobile wallets")))mobile wallet is the most common type of Bitcoin wallet. Running on smart-phone operating systems such as Apple iOS and Android, these wallets are often a great choice for new users. Many are designed for simplicity and ease-of-use, but there are also fully @@ -169,7 +169,7 @@ storing large amounts of data, most mobile wallets retrieve information from remote servers, reducing your privacy by disclosing to third parties information about your Bitcoin addresses and balances. -Web wallet:: Web wallets are accessed through a web browser and store +Web wallet:: Web wallets ((("web wallets")))are accessed through a web browser and store the user's wallet on a server owned by a third party. This is similar to webmail in that it relies entirely on a third-party server. Some of these services operate using client-side code running in the user's