feltöltés proba

master
itsfine 2022-02-22 20:06:10 +01:00
parent e1eb6c3928
commit 7d92cfc376
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ contract Receiver{
uint public b;
receive() external payable{
a = 9;
b = 10;
a = 10;
b = 9;
}
function balance() public view returns (uint) {