Skip to content

Commit

Permalink
rm payable
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Jun 3, 2024
1 parent d5663b6 commit df29e38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tron/ORMP.f.sol
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ contract ORMP is ReentrancyGuard, Channel {
/// @return dispatchResult Result of the message dispatch.
function recv(Message calldata message, bytes calldata proof)
external
payable
recvNonReentrant
returns (bool dispatchResult)
{
Expand Down

0 comments on commit df29e38

Please sign in to comment.