We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pop
1 parent 7050247 commit 2eeb264Copy full SHA for 2eeb264
contracts/sample_apps/02_address_book/AddressBook.sol
@@ -29,7 +29,6 @@ contract AddressBook {
29
contacts[msg.sender][i] = contacts[msg.sender][length - 1];
30
}
31
32
- delete contacts[msg.sender][length - 1];
33
contacts[msg.sender].pop();
34
35
delete aliases[msg.sender][contactAddress];
0 commit comments