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 12, 2020
1 parent c03e3cc commit e68c28a
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 e68c28a

Please sign in to comment.