just a confusion #1056
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hii @MasterofBlockchain , Its and another way to say |
Beta Was this translation helpful? Give feedback.
-
Wonderful explanation. Thankyou |
Beta Was this translation helpful? Give feedback.
Hii @MasterofBlockchain , Its and another way to say
addrssToAmount[msg.sender] = addrssToAmount[msg.sender] + msg.value;
We are just adding
msg.value
toaddrssToAmount[msg.sender]
and updating it