2

In etherum wallet I am getting an error of no key for given address or file during deployment of the contract. What will be the reason for the same?

Screenshot

contract User{

    string public userName;

    function User(string _name){

     userName = _name;

    }

}
q9f
  • 32,913
  • 47
  • 156
  • 395
M Pabari
  • 111
  • 5

1 Answers1

1

I have solved this problem by restating the wallet.Just close the wallet one time and open it again.

M Pabari
  • 111
  • 5