From 442a5cee7b20bdc0505342842141738913c2b630 Mon Sep 17 00:00:00 2001 From: Nikolai Fischer Date: Wed, 17 May 2017 14:12:33 +0200 Subject: [PATCH 1/2] Fixed Missing word in guide_wallets.md "work" was missing in the first sentence describing the point() function. --- _includes/devdoc/guide_wallets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/guide_wallets.md b/_includes/devdoc/guide_wallets.md index 60caacfd..8b89b99c 100644 --- a/_includes/devdoc/guide_wallets.md +++ b/_includes/devdoc/guide_wallets.md @@ -423,7 +423,7 @@ point (the public key): {% autocrossref %} -Because of the way `point()` functions, it's possible to create a [child +Because of the way `point()` functions work, it's possible to create a [child public key][/en/glossary/child-key]{:#term-child-public-key}{:.term} by combining an existing [(parent) public key][/en/glossary/parent-key]{:#term-parent-public-key}{:.term} with another public key created from any integer (*i*) value. This child public key is the same public key which From 266315acca46cee4a48b276c93606c0e9183067b Mon Sep 17 00:00:00 2001 From: Nikolai Fischer Date: Wed, 17 May 2017 14:58:13 +0200 Subject: [PATCH 2/2] Update guide_wallets.md --- _includes/devdoc/guide_wallets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/guide_wallets.md b/_includes/devdoc/guide_wallets.md index 8b89b99c..f5994954 100644 --- a/_includes/devdoc/guide_wallets.md +++ b/_includes/devdoc/guide_wallets.md @@ -423,7 +423,7 @@ point (the public key): {% autocrossref %} -Because of the way `point()` functions work, it's possible to create a [child +Because of the way `point()` works, it's possible to create a [child public key][/en/glossary/child-key]{:#term-child-public-key}{:.term} by combining an existing [(parent) public key][/en/glossary/parent-key]{:#term-parent-public-key}{:.term} with another public key created from any integer (*i*) value. This child public key is the same public key which