Hi,
i am doing simple queries using OZ. It all works fine in Ganache-cli blockchain. But with Geth, it gives “unknown account” error.
Google search shows some old bug in web3 which later got resolved. Has anyone encountered that in OZ?
Err140: Error: Returned error: unknown account
at Object.ErrorResponse (/Users/pksingh/solydBE/node_modules/web3/node_modules/web3-core-helpers/src/errors.js:29:16)
at /Users/pksingh/solydBE/node_modules/web3/node_modules/web3-core-requestmanager/src/index.js:170:36
at XMLHttpRequest.request.onreadystatechange (/Users/pksingh/solydBE/node_modules/web3/node_modules/web3-providers-http/src/index.js:111:13)
at XMLHttpRequestEventTarget.dispatchEvent (/Users/pksingh/solydBE/node_modules/xhr2-cookies/dist/xml-http-request-event-target.js:34:22)
at XMLHttpRequest._setReadyState (/Users/pksingh/solydBE/node_modules/xhr2-cookies/dist/xml-http-request.js:208:14)
at XMLHttpRequest._onHttpResponseEnd (/Users/pksingh/solydBE/node_modules/xhr2-cookies/dist/xml-http-request.js:318:14)
at IncomingMessage.<anonymous> (/Users/pksingh/solydBE/node_modules/xhr2-cookies/dist/xml-http-request.js:289:61)
at IncomingMessage.emit (events.js:203:15)
at IncomingMessage.EventEmitter.emit (domain.js:448:20)
at endReadableNT (_stream_readable.js:1145:12)
at process._tickCallback (internal/process/next_tick.js:63:19)