diff options
author | Michael Goldstein <michael@bitstein.org> | 2018-09-05 14:21:18 -0500 |
---|---|---|
committer | Michael Goldstein <michael@bitstein.org> | 2018-09-05 14:21:18 -0500 |
commit | e351a16a2a837091d6bb51c0ac9b4c52a036f393 (patch) | |
tree | d4426572d9d7353f8a06c8f85cbb4cc29a4c7afd | |
parent | a6f16f1b1ac76e473c134c5f2e5e085649635465 (diff) |
Remove reference to deprecated RPC call in build instructions
-rw-r--r-- | doc/build-osx.md | 3 | ||||
-rw-r--r-- | doc/build-unix.md | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index bc93401bda..1fa01d0d6e 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -73,8 +73,7 @@ disable-wallet mode with: In this case there is no dependency on Berkeley DB 4.8. -Mining is also possible in disable-wallet mode, but only using the `getblocktemplate` RPC -call not `getwork`. +Mining is also possible in disable-wallet mode using the `getblocktemplate` RPC call. Running ------- diff --git a/doc/build-unix.md b/doc/build-unix.md index a01ff59fa6..337de12b8d 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -234,8 +234,7 @@ disable-wallet mode with: In this case there is no dependency on Berkeley DB 4.8. -Mining is also possible in disable-wallet mode, but only using the `getblocktemplate` RPC -call not `getwork`. +Mining is also possible in disable-wallet mode using the `getblocktemplate` RPC call. Additional Configure Flags -------------------------- @@ -284,4 +283,3 @@ To build executables for ARM: For further documentation on the depends system see [README.md](../depends/README.md) in the depends directory. - |