summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-03-11 14:30:39 +0000
committerWladimir J. van der Laan <laanwj@gmail.com>2015-03-11 14:30:39 +0000
commit2ea19daaa0380fed7a2b053fd1f488fadba28bda (patch)
tree75ae46960987f50d90df170d9592885338335edd
parentced361de1d47c71e967430e17339be520b71bb1a (diff)
parentd201d139cd159e3d762c922349c9705c8ab6bbdb (diff)
downloadbips-2ea19daaa0380fed7a2b053fd1f488fadba28bda.tar.xz
Merge pull request #131 from drupalnomad/patch-1
Mention that "Unsecure money receiver" use-case prevents theft
-rw-r--r--bip-0032.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 99147be..902a5eb 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -178,7 +178,7 @@ Such a mechanism could also be used by mining pool operators as variable payout
====Unsecure money receiver: N(m/i<sub>H</sub>/0)====
-When an unsecure webserver is used to run an e-commerce site, it needs to know public addresses that are used to receive payments. The webserver only needs to know the public extended key of the external chain of a single account. This means someone illegally obtaining access to the webserver can at most see all incoming payments, but will not (trivially) be able to distinguish outgoing transactions, nor see payments received by other webservers if there are several ones.
+When an unsecure webserver is used to run an e-commerce site, it needs to know public addresses that are used to receive payments. The webserver only needs to know the public extended key of the external chain of a single account. This means someone illegally obtaining access to the webserver can at most see all incoming payments but will not be able to steal the money, will not (trivially) be able to distinguish outgoing transactions, nor be able to see payments received by other webservers if there are several.
==Compatibility==