There are 2 distincts errors with UpdateMarketPrice.
First, if args are { basePrice: '100', quotePrice: undefined } the error message is the amount for base price is invalid. It should say the amount for quote price is invalid
Second, if an argument is NaN the daemon will panic and crash.
There are 2 distincts errors with
UpdateMarketPrice
. First, if args are{ basePrice: '100', quotePrice: undefined }
the error message isthe amount for base price is invalid
. It should saythe amount for quote price is invalid
Second, if an argument is
NaN
the daemon will panic and crash.