Skip to content

Commit 6b853c2

Browse files
committed
pretty batch contract
1 parent aaf052b commit 6b853c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/smart-contracts/src/contracts/BatchNoConversionPayments.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ contract BatchNoConversionPayments is Ownable {
9696
}
9797

9898
/**
99-
* This contract is non-payable. Making a Native payment with conversion requires the contract to accept incoming Native tokens.
99+
* This contract is non-payable.
100+
* Making a Native payment with conversion requires the contract to accept incoming Native tokens.
100101
* @dev See the end of `paymentNativeConversionProxy.transferWithReferenceAndFee` where the leftover is given back.
101102
*/
102103
receive() external payable {

0 commit comments

Comments
 (0)