diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-07 11:47:16 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-12 17:57:35 +0200 |
commit | 8b1a93f2e53c3f861cacb9ee514273c8ce2e68d0 (patch) | |
tree | 1230bf7105aa558e5468196ec37c192ba49e7400 | |
parent | 203a0cfa7cb0d7e9f43ad8488ecaf7ffbf40ddfc (diff) |
doc: remove mention of `-rpctimeout` from man page
That option hasn't existed for a long time.
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: 381b25d
-rw-r--r-- | contrib/debian/manpages/bitcoin.conf.5 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/debian/manpages/bitcoin.conf.5 b/contrib/debian/manpages/bitcoin.conf.5 index eef213149d..7438b4b66a 100644 --- a/contrib/debian/manpages/bitcoin.conf.5 +++ b/contrib/debian/manpages/bitcoin.conf.5 @@ -37,9 +37,6 @@ You must set *rpcuser* to secure the JSON-RPC api. \fBrpcpassword=\fR\fI'password'\fR You must set *rpcpassword* to secure the JSON-RPC api. .TP -\fBrpctimeout=\fR\fI'30'\fR -How many seconds *bitcoin* will wait for a complete RPC HTTP request, after the HTTP connection is established. -.TP \fBrpcallowip=\fR\fI'192.168.1.*'\fR By default, only RPC connections from localhost are allowed. Specify as many *rpcallowip=* settings as you like to allow connections from other hosts (and you may use * as a wildcard character). .TP |