Commit 14a0d6c8 authored by Mark Tyneway's avatar Mark Tyneway

lint: fix nit

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent a270be7a
...@@ -139,10 +139,8 @@ abstract contract SchemaResolver is ISchemaResolver, Semver { ...@@ -139,10 +139,8 @@ abstract contract SchemaResolver is ISchemaResolver, Semver {
/// @param attestation The new attestation. /// @param attestation The new attestation.
/// @param value An explicit ETH amount that was sent to the resolver. Please note that this value is verified in /// @param value An explicit ETH amount that was sent to the resolver. Please note that this value is verified in
/// both attest() and multiAttest() callbacks EAS-only callbacks and that in case of multi attestations, /// both attest() and multiAttest() callbacks EAS-only callbacks and that in case of multi attestations,
/// it'll /// it'll usually hold that msg.value != value, since msg.value aggregated the sent ETH amounts for all
/// usually hold that msg.value != value, since msg.value aggregated the sent ETH amounts for all the /// the attestations in the batch.
/// attestations
/// in the batch.
/// @return Whether the attestation is valid. /// @return Whether the attestation is valid.
function onAttest(Attestation calldata attestation, uint256 value) internal virtual returns (bool); function onAttest(Attestation calldata attestation, uint256 value) internal virtual returns (bool);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment