full-node: Revise disabled RPCs

This removes two of the RPCs because they were later reenabled in
Bitcoin Core when in pruning mode.
This commit is contained in:
Will Binns 2017-01-03 00:05:01 -06:00
parent 46a02391f4
commit d15f4752f0

View file

@ -1293,9 +1293,8 @@ It is possible to configure your node to to run in pruned mode in order to
reduce storage requirements. This can reduce the disk usage from over 100GB to reduce storage requirements. This can reduce the disk usage from over 100GB to
around 2GB. around 2GB.
Running a node in pruned mode is incompatible with `-txindex` Running a node in pruned mode is incompatible with `-txindex` and `-rescan`. It
and `-rescan` and disables the RPCs `importwallet`, `importaddress`, also disables the RPC `importwallet`.
and `importprivkey`.
To enable block pruning set `prune=N` on the command line or in `bitcoin.conf`, To enable block pruning set `prune=N` on the command line or in `bitcoin.conf`,
where `N` is the number of MiB to allot for raw block and undo data. where `N` is the number of MiB to allot for raw block and undo data.