我正在按照“精通以太”(https://www.onlineprogrammingbooks.com/mastering-ethereum/)这本书中的说明去做,但我遇到了一个问题。我已经设置了MetaMask扩展,并尝试通过Ropsten网络进行第一笔交易。我得到了一个错误:
{"error":"[ethjs-query] while formatting outputs from RPC '{\"value\":{\"code\":-32000,\"message\":\"replacement transaction underpriced\"}}'"}
MetaMask设置在Brave上。我试过使用VPN和不使用VPN。

发布于 2021-01-29 11:33:31
我也得到了这个错误:
{"error":"[ethjs-query] while formatting outputs from RPC '{\"value\":{\"code\":-32000,\"message\":\"replacement transaction underpriced\"}}'"}对我来说,我关掉了我的广告拦截器,它起作用了。
发布于 2021-01-13 21:18:28
几天后我又试了一次,结果还是起作用了。毕竟,这可能是我的VPN出了问题。
https://stackoverflow.com/questions/65652716
复制相似问题