mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

More verbose error message when create an offer with negative token price #130

Closed krhubert closed 4 years ago

krhubert commented 5 years ago
./bin/cli marketplace create-offer -n -a 0x07351f82e433589707aece7a3cde288bf50d8452 env-printer-next-1
? Enter the price (in MESG Token) of the offer -1
? Enter the duration (in second) of the offer 10000
? Are you sure to create offer for service "env-printer-next-1" with a price of -1 MESG Tokens and a duration of 10000 seconds? Yes
number must be positive or null

s/number must be positive or null/price must be positive or zero/

krhubert commented 5 years ago

@mesg-foundation/core todo: close or move to cli issues

antho1404 commented 5 years ago

closing as we now use the marketplace from the mesg network and this concept of offers is gone