mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
d3000e70b2
@ -375,7 +375,7 @@ This is a very interesting question. Suppose that we have a contract field set u
|
||||
User user2 = user1;
|
||||
}
|
||||
|
||||
In this case, the mapping of the struct being copied over into the userList is ignored as there is no "list of mapped keys".
|
||||
In this case, the mapping of the struct being copied over into ``user2`` is ignored as there is no "list of mapped keys".
|
||||
Therefore it is not possible to find out which values should be copied over.
|
||||
|
||||
How do I initialize a contract with only a specific amount of wei?
|
||||
|
Loading…
Reference in New Issue
Block a user