diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-05-07 11:47:16 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-05-12 09:30:46 +0200 |
| commit | 381b25dfde013efae4e0360f82cd34e27662e743 (patch) | |
| tree | 5e94103aa7d4a18485b559aba484320546d37b89 | |
| parent | rpc: Make sure conn object is always cleaned up (diff) | |
| download | discoin-381b25dfde013efae4e0360f82cd34e27662e743.tar.xz discoin-381b25dfde013efae4e0360f82cd34e27662e743.zip | |
doc: remove mention of `-rpctimeout` from man page
That option hasn't existed for a long time.
| -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 eef213149..7438b4b66 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 |