From 3749e7f65c19bde7d79eac04839f938cc7161f81 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 28 Aug 2014 18:23:11 -0700 Subject: [PATCH 1/2] added a note on why wallet_propose is admin --- websocket_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket_api.md b/websocket_api.md index 043f279bfd..1dff56ca39 100644 --- a/websocket_api.md +++ b/websocket_api.md @@ -1049,7 +1049,7 @@ Each transaction object includes the following fields, depending on whether it w Use the `wallet_propose` method to generate the keys needed for a new account. The account created this way will only become officially included in the Ripple network when it receives a transaction that provides enough XRP to meet the account reserve. (The `wallet_propose` command does not affect the global network. Technically, it is not strictly necessary for creating a new account: you could generate keys some other way, but that is not recommended.) -*The `wallet_propose` request is an admin command that cannot be run by unpriviledged users!* +*The `wallet_propose` request is an admin command that cannot be run by unpriviledged users!* (Since admin commands are not transmitted over the outside network this command is protected against people sniffing the network for account secrets.) #### Request Format #### From bd2c72b2c651b266e4e9af4b65bab0cc8da1ed44 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 29 Aug 2014 11:47:00 -0700 Subject: [PATCH 2/2] [FIX] gatewayd footer link on consensus wp page --- consensus-whitepaper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus-whitepaper.html b/consensus-whitepaper.html index a0a2efbb36..d08e569793 100644 --- a/consensus-whitepaper.html +++ b/consensus-whitepaper.html @@ -149,7 +149,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");