Skip to content

Commit

Permalink
Returning new expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
serenae-fansubs committed Jun 22, 2023
1 parent 14dfba1 commit c05c58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/wrapper/OpenRenewalManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ contract OpenRenewalManager is ReverseClaimer {
bytes32 labelhash,
uint64 expiry
) public returns (uint64) {
nameWrapper.extendExpiry(parentNode, labelhash, expiry);
return nameWrapper.extendExpiry(parentNode, labelhash, expiry);
}
}

0 comments on commit c05c58c

Please sign in to comment.