mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
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:
parent
946ca460ef
commit
bb68605c69
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue