Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Oct 11, 2024
1 parent 147d4c8 commit 8bf7a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/Attester.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contract Attester {
recipient: address(0), // No recipient
expirationTime: NO_EXPIRATION_TIME, // No expiration time
revocable: true,
refUID: EMPTY_UID, // No references UI
refUID: EMPTY_UID, // No referenced UID
data: abi.encode(input), // Encode a single uint256 as a parameter to the schema
value: 0 // No value/ETH
})
Expand Down Expand Up @@ -64,7 +64,7 @@ contract Attester {
recipient: address(0), // No recipient
expirationTime: NO_EXPIRATION_TIME, // No expiration time
revocable: true,
refUID: EMPTY_UID, // No references UI
refUID: EMPTY_UID, // No referenced UID
data: abi.encode(inputs[i]), // Encode a single uint256 as a parameter to the schema
value: 0 // No value/ETH
});
Expand Down

0 comments on commit 8bf7a55

Please sign in to comment.