Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixa84 authored Jul 19, 2024
1 parent e001cab commit 8339910
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,11 @@ make -j$(nproc) -C depends NO_QT=1 NO_NATPMP=1 NO_UPNP=1 NO_ZMQ=1 NO_USDT=1
export CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site NOWARN_CXXFLAGS='-Wno-deprecated -Wno-unused-result'
```

### Actually configure
Simple configuration:
### Configure
```bash
./configure --enable-any-asset-fees --enable-debug --disable-bench --disable-tests --disable-fuzz-binary
```

I (@fare) have been configuring my test systems this way, enabling tests and extra functional tests:
```bash
./configure --enable-any-asset-fees --enable-debug --disable-bench --disable-fuzz-binary --enable-extended-functional-tests=yes
```

Note that the `--enable-any-asset-fees` flag is an addition by Sequentia,
that will configure RPC documentation to denominate fee rates
using RFU and rfa instead of BTC and sat.
Expand Down

0 comments on commit 8339910

Please sign in to comment.