Skip to content

Commit

Permalink
Remove event from BaseWallet receive function
Browse files Browse the repository at this point in the history
  • Loading branch information
elenadimitrova committed Jun 15, 2020
1 parent d4cda69 commit 8d56f4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/wallet/BaseWallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,5 @@ contract BaseWallet is IWallet {
}

receive() external payable {
if (msg.value > 0) {
emit Received(msg.value, msg.sender, msg.data);
}
}
}

0 comments on commit 8d56f4d

Please sign in to comment.