chore: remove unused params

This commit is contained in:
Rafael Taranto 2023-08-22 13:02:12 +01:00
parent 9048c91a32
commit bdd413a0ca
8 changed files with 12 additions and 14 deletions

View file

@ -86,7 +86,7 @@ Go to all the required, unconfigured red fields and choose some values. Choose m
### Run lamassu-server
```
node bin/lamassu-server --mockSms --mockScoring
node bin/lamassu-server --mockScoring
```
### Add a lamassu-machine
@ -100,7 +100,7 @@ Now continue with lamassu-machine instructions from the ``INSTALL.md`` file in [
To start the Lamassu server run:
```
node bin/lamassu-server --mockSms --mockScoring
node bin/lamassu-server --mockScoring
```
To start the Lamassu Admin run: