Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

sendTransaction to account address with data #507

Closed
zatsepinvl opened this issue Apr 11, 2018 · 2 comments · Fixed by trufflesuite/ganache#195
Closed

sendTransaction to account address with data #507

zatsepinvl opened this issue Apr 11, 2018 · 2 comments · Fixed by trufflesuite/ganache#195

Comments

@zatsepinvl
Copy link

zatsepinvl commented Apr 11, 2018

I try to send transaction with data to external account (user address) using MetaMask and ganache-cli (ganache-core v2.1.0) :
web3.eth.sendTransaction({"from":"0x...","to":"0x..","value":1,"data":"0x..."}, (err,result) => {});
and get the error:
image

But if I use previous version testrpc (ganache-core v2.0.2) transaction is passed successfully - the same with Ropsten net.

Was it prohibited in the new version intentionally? And why?

@newship
Copy link

newship commented Jul 22, 2018

I have the same problem.. (ganache-core: 2.1.5)

@mikeseese
Copy link
Contributor

We're also tracking this in trufflesuite/ganache#117

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants