web3.js解锁账户时,一直提示 cannot find key with given address

发布于 2022-09-13 00:51:43 字数 1379 浏览 26 评论 0

web3.js解锁账户的代码

web3.eth.personal.unlockAccount(account.address,account.privateKey,6000,(error,res) => {
    console.log(error)
    console.log(res)
})

第一个参数是账号地址,
第二个参数是私钥,
第三个参数是账户解锁有效时间。

运行结果提示:

Error: Returned error: cannot find key with given address 0x776Bd8F12D6C761f2bA147B4c5d0f217078DD4DE
    at Object.ErrorResponse (E:\web\okchain\node_modules\web3-core-helpers\lib\errors.js:28:19)
    at E:\web\okchain\node_modules\web3-core-requestmanager\lib\index.js:302:36
    at XMLHttpRequest.request.onreadystatechange (E:\web\okchain\node_modules\web3-providers-http\lib\index.js:98:13)
    at XMLHttpRequestEventTarget.dispatchEvent (E:\web\okchain\node_modules\xhr2-cookies\dist\xml-http-request-event-target.js:34:22)
    at XMLHttpRequest._setReadyState (E:\web\okchain\node_modules\xhr2-cookies\dist\xml-http-request.js:208:14)
    at XMLHttpRequest._onHttpResponseEnd (E:\web\okchain\node_modules\xhr2-cookies\dist\xml-http-request.js:318:14)
    at IncomingMessage.<anonymous> (E:\web\okchain\node_modules\xhr2-cookies\dist\xml-http-request.js:289:61)
    at IncomingMessage.emit (events.js:327:22)
    at endReadableNT (_stream_readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  data: null
}

账号是对的 ,私钥也是对的,但提示错误是找不到对应的私钥

求大佬解答呀

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文