Add missing --currency-code=bsq param to createoffer example

Resolves issue mentioned in https://github.com/bisq-network/bisq/pull/5876#pullrequestreview-822692137
This commit is contained in:
ghubstan 2021-12-03 12:13:33 -03:00
parent 946ca460ef
commit bb68605c69
No known key found for this signature in database
GPG key ID: E35592D6800A861E

View file

@ -379,6 +379,7 @@ $ ./bisq-cli --password=xyz --port=9998 createoffer \
--swap=true \
--direction=BUY \
--amount=0.5 \
--currency-code=BSQ \
--fixed-price=0.00005
```