Skip to content

Commit

Permalink
Merge pull request #6074 from ghubstan/fix-mistake-in-api-beta-guide
Browse files Browse the repository at this point in the history
Fix BSQ swap description of BTC price for 1 BSQ
  • Loading branch information
ripcurlx authored Feb 24, 2022
2 parents 07f0e70 + dd7d803 commit 7409b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apitest/docs/api-beta-test-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ $ apitest/scripts/trade-simulation.sh -d sell -c jp -m 0.5 -a 0.125
```
The `createoffer` command can also be used to create BSQ swap offers, where trade execution is performed immediately
after a BSQ swap offer is taken. To swap 0.5 BTC for BSQ at a price of 0.00005 BSQ per 1 BTC:
after a BSQ swap offer is taken. To swap 0.5 BTC for BSQ at a price of 0.00005 BTC for 1 BSQ:
```
$ ./bisq-cli --password=xyz --port=9998 createoffer \
--swap=true \
Expand Down

0 comments on commit 7409b2b

Please sign in to comment.