Skip to content

Commit

Permalink
update solidity
Browse files Browse the repository at this point in the history
  • Loading branch information
b00ste committed Aug 21, 2023
1 parent f450343 commit 7b89f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ contract LSP1UniversalReceiverDelegateUP is ERC165, ILSP1UniversalReceiver {
* - If an error occured when trying to use `setDataBatch(dataKeys,dataValues)`, it will return the raw error data back to the caller.
*
* @param typeId Unique identifier for a specific notification.
* @return returnedMessage The result of the reaction for `typeId`.
* @return The result of the reaction for `typeId`.
*/
function universalReceiver(
bytes32 typeId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ contract LSP1UniversalReceiverDelegateVault is ERC165, ILSP1UniversalReceiver {
* - If an error occured when trying to use `setDataBatch(dataKeys,dataValues)`, it will return the raw error data back to the caller.
*
* @param typeId Unique identifier for a specific notification.
* @return returnedMessage The result of the reaction for `typeId`.
* @return The result of the reaction for `typeId`.
*/
function universalReceiver(
bytes32 typeId,
Expand Down

0 comments on commit 7b89f9f

Please sign in to comment.