Commit a51b3c35 authored by Mark Tyneway's avatar Mark Tyneway

fix: lint nit

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent da5e0f2c
...@@ -148,10 +148,8 @@ abstract contract SchemaResolver is ISchemaResolver, Semver { ...@@ -148,10 +148,8 @@ abstract contract SchemaResolver is ISchemaResolver, Semver {
/// @param attestation The existing attestation to be revoked. /// @param attestation The existing attestation to be revoked.
/// @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 revoke() and multiRevoke() callbacks EAS-only callbacks and that in case of multi attestations, /// both revoke() and multiRevoke() 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 can be revoked. /// @return Whether the attestation can be revoked.
function onRevoke(Attestation calldata attestation, uint256 value) internal virtual returns (bool); function onRevoke(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