mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
6cdbc137c1
The CreateOfferRequest's price field type was changed from long to string, so a CLI param like 10000.0055 can be passed to the server as is, to be scaled and converted there. In general, we want to keep validation logic on the CLI as simple as possible, and use existing core logic to validate args and convert arg types when needed. |
||
---|---|---|
.. | ||
src |