Alternate ports to improve api/protocol guide

This commit is contained in:
ghubstan 2021-03-18 12:56:18 -03:00
parent 87d8f5f28a
commit d3b5e1ee4b
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -502,9 +502,9 @@ or the other command.
Each of the CLI commands above takes one argument: `--trade-id=<trade-id>`:
```
$ ./bisq-cli --password=xyz --port=9998 confirmpaymentstarted --trade-id=<trade-id>
$ ./bisq-cli --password=xyz --port=9998 confirmpaymentreceived --trade-id=<trade-id>
$ ./bisq-cli --password=xyz --port=9999 confirmpaymentreceived --trade-id=<trade-id>
$ ./bisq-cli --password=xyz --port=9998 keepfunds --trade-id=<trade-id>
$ ./bisq-cli --password=xyz --port=9998 withdrawfunds --trade-id=<trade-id>
$ ./bisq-cli --password=xyz --port=9999 withdrawfunds --trade-id=<trade-id>
```
## Shutting Down Test Harness