We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf052b commit 6b853c2Copy full SHA for 6b853c2
packages/smart-contracts/src/contracts/BatchNoConversionPayments.sol
@@ -96,7 +96,8 @@ contract BatchNoConversionPayments is Ownable {
96
}
97
98
/**
99
- * This contract is non-payable. Making a Native payment with conversion requires the contract to accept incoming Native tokens.
+ * This contract is non-payable.
100
+ * Making a Native payment with conversion requires the contract to accept incoming Native tokens.
101
* @dev See the end of `paymentNativeConversionProxy.transferWithReferenceAndFee` where the leftover is given back.
102
*/
103
receive() external payable {
0 commit comments