[solidity/en] Fixed #2873

This commit is contained in:
Andre Polykanine A.K.A. Menelion Elensúlë 2017-09-26 23:16:13 +03:00
parent a8ad68aede
commit e27533f7d1

View File

@ -262,7 +262,7 @@ Bank b = Bank({
// or
Bank c = Bank(msg.sender, 5);
c.amount = 5; // set to new value
c.balance = 5; // set to new value
delete b;
// sets to initial value, set all variables in struct to 0, except mappings