Skip to content

Commit

Permalink
remove: comment //TODO: change orderID to uint32 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 authored Apr 12, 2024
1 parent 7fa7c9a commit 1450dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/ethereum/src/PaymentRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ contract PaymentRegistry is Initializable, OwnableUpgradeable, UUPSUpgradeable {
marketMaker = marketMaker_;
}

//TODO: change orderID to uint32
function transfer(uint256 orderId, address destAddress, uint128 chainId) external payable onlyOwnerOrMM {
require(msg.value > 0, "Invalid amount, should be higher than 0.");

Expand Down

0 comments on commit 1450dd8

Please sign in to comment.