Fix fix fix...
This commit is contained in:
parent
d4c504bd4b
commit
e2c2c82291
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,8 @@ RUN dnf install -y \
|
|||
libzstd-devel \
|
||||
xz-devel \
|
||||
git \
|
||||
gstreamer1-devel
|
||||
gstreamer1-devel \
|
||||
gstreamer1-plugins-base-devel
|
||||
|
||||
WORKDIR /home/donar-build
|
||||
RUN chown -R 1000 /home/donar-build
|
||||
|
|
|
@ -81,7 +81,7 @@ In a first terminal:
|
|||
In a second terminal:
|
||||
|
||||
```bash
|
||||
./donar -c -o onion_service.pub -a lightning -l 12 -p 'fast_count=3!tick_tock=0!window=2000' -e 5000 -r 5000
|
||||
./donar -c -o onion_services.pub -a lightning -l 12 -p 'fast_count=3!tick_tock=0!window=2000' -e 5000 -r 5000
|
||||
```
|
||||
|
||||
In a third terminal:
|
||||
|
|
Loading…
Reference in a new issue