summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorJonathan Brown <jbrown@bluedroplet.com>2014-12-30 14:22:50 +0700
committerJonathan Brown <jbrown@bluedroplet.com>2014-12-30 14:22:50 +0700
commitd201d139cd159e3d762c922349c9705c8ab6bbdb (patch)
tree3b500e7b9f65ed4b6129d48a4c1c299fffd20c1b /bip-0032.mediawiki
parentfbc7e6778334519f65741a0ec916c7b419d449f6 (diff)
downloadbips-d201d139cd159e3d762c922349c9705c8ab6bbdb.tar.xz
Mention that "Unsecure money receiver" use-case prevents theft
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 7e84204..60a3199 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==