mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +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 \
|
--swap=true \
|
||||||
--direction=BUY \
|
--direction=BUY \
|
||||||
--amount=0.5 \
|
--amount=0.5 \
|
||||||
|
--currency-code=BSQ \
|
||||||
--fixed-price=0.00005
|
--fixed-price=0.00005
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue