Skip to content

Commit

Permalink
doc/INSTALL: correct some typos
Browse files Browse the repository at this point in the history
A double `git` and a `mode`.
  • Loading branch information
darosior authored and cdecker committed Jan 24, 2020
1 parent 262e4c8 commit 6489e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For actually doing development and running the tests, you will also need:
* pip3: to install python-bitcoinlib
* valgrind: for extra debugging checks

You will also need a version of bitcoind with segregated witness and `estimatesmartfee` economical node, such as the 0.16 or above.
You will also need a version of bitcoind with segregated witness and `estimatesmartfee` with `ECONOMICAL` mode support, such as the 0.16 or above.

To Build on Ubuntu
---------------------
Expand All @@ -37,7 +37,7 @@ Get dependencies:
sudo apt-get install -y \
autoconf automake build-essential git libtool libgmp-dev \
libsqlite3-dev python python3 python3-mako net-tools zlib1g-dev libsodium-dev \
git gettext
gettext

If you don't have Bitcoin installed locally you'll need to install that
as well:
Expand Down

0 comments on commit 6489e63

Please sign in to comment.