You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @dev Attribution to the awesome delta.financial contracts
248
248
*/
249
249
function marketParticipationAgreement() publicpurereturns (stringmemory) {
250
-
return"I understand that I'm interacting with a smart contract. I understand that tokens commited are subject to the token issuer and local laws where applicable. I reviewed code of the smart contract and understand it fully. I agree to not hold developers or other people associated with the project liable for any losses or misunderstandings";
250
+
return"I understand that I'm interacting with a smart contract. I understand that tokens committed are subject to the token issuer and local laws where applicable. I reviewed code of the smart contract and understand it fully. I agree to not hold developers or other people associated with the project liable for any losses or misunderstandings";
251
251
}
252
252
/**
253
253
* @dev Not using modifiers is a purposeful choice for code readability.
0 commit comments