Home > Blockchain >  Why solidity is not settled through the transfer, please answer
Why solidity is not settled through the transfer, please answer

Time:09-23

Pragma solidity ^ 0.4.22;
Contract Energy {
Uint amount;

The function pay (address addr, uint _amount) public payable {
Amount=_amount;
Addr. Transfer (amount);
}
}

CodePudding user response:

The issue has been resolved

CodePudding user response:

The problem how to solve?

CodePudding user response:

Sister how to solve
  • Related