简体   繁体   English

错误{代码:-32000,消息:'invalid sender'}在将solidity合约部署到rinkeby测试网络时

[英]error { code: -32000, message: 'invalid sender' } while deploying a solidity contract to rinkeby test network

Getting following error while deploying a solidity contract to rinkeby test network:将solidity合约部署到rinkeby测试网络时出现以下错误:

error { code: -32000, message: 'invalid sender' }

In my case, the error was due to the updated version of @truffle/hdwallet-provider就我而言,错误是由于@truffle/hdwallet-provider的更新版本引起的

I had to downgrade it to version 1.2.3 to get it working.我不得不将它降级到 1.2.3 版才能让它工作。

npm uninstall @truffle/hdwallet-provider

npm install @truffle/hdwallet-provider@1.2.3

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在rinkeby测试网络上部署固态智能合约的问题 - issues deploying solidity smart contract to rinkeby test network Solidity 与 Rinkeby 测试网络 | 未捕获的错误:无效地址 - Solidity w/ Rinkeby Test Network | Uncaught Error: invalid address 使用 web3.py 将合约部署到 Rinkeby 测试网络 - Deploying contract to Rinkeby test network with web3.py 无法将 Solidity 合约部署到 Rinkeby.network(无效的 asm.js:stdlib 的无效成员) - Unable to deploy Solidity contract to Rinkeby network (Invalid asm.js: Invalid member of stdlib) MetaMask - RPC 错误:执行恢复 {code: -32000, message: 'execution reverted'} 在尝试连接到智能合约时 - MetaMask - RPC Error: execution reverted {code: -32000, message: 'execution reverted'} while trying to connect to smart contract 执行solidity合约时出现错误消息 - Error message while executing solidity contract 错误:部署到 rinkeby 时交易定价过低 - Error: transaction underpriced while deploying to rinkeby 我无法通过Remix-Solidity错误地将合约签给以太坊-无效的发件人 - I can not put a contract on to ethereum via Remix-Solidity by error - Invalid sender 为什么在尝试从节点脚本部署以太坊智能合约时出现“无效发件人”(-32000)? - Why “invalid sender” (-32000) when trying to deploy an Ethereum smart contract from node script? 对solidity代码运行测试时出错 - Getting error while running test on the solidity code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM