我用甘纳许,松露。
我收到以下错误:
Error: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"message":"VM Exception while processing transaction
我找到了有问题的代码:
bool sent = _sellerAddress.send(_price);
现在,我通过用户交互获取价格,当价格为 0 时,不会抛出错误,不幸的是,在 _price 不为零的经典情况下,抛出异常。
有什么建议么?