Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot pay the current account from another account #4

Open
kuabhish opened this issue Mar 28, 2020 · 0 comments
Open

Cannot pay the current account from another account #4

kuabhish opened this issue Mar 28, 2020 · 0 comments

Comments

@kuabhish
Copy link

In this tutorial as you have transferred money from the Product buyer to owner and changed ownership. It worked for me too.

I am trying to make a contract where I want to pay the buyer by the owner.

steps followed:

  1. in one function: I have first saved the buyer data into the contract.
    prod.viewer = address(msg.sender); (in solidity)
    {from:buyer } in Apps.js
  2. In other function: I have used the
    {from: owner, price : ..} in Apps.js and
    address(buyer).transfer(msg.value);

This is not working :
Error is like :
MetaMask - RPC Error: WalletMiddleware - Invalid "from" address.

I dont understand what is wrong.

@kuabhish kuabhish changed the title Cannot pay to the owner Cannot pay the current account from another account Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant