Commit e1b8ab55 authored by Kelvin Fichter's avatar Kelvin Fichter

fix(ctb): comment in SequencerFeeVault

Fixes an incomplete comment in the SequencerFeeVault that was missing a
return.
parent ce9e7f21
......@@ -37,7 +37,9 @@ contract SequencerFeeVault is SequencerFeeVaultLegacySpacer, FeeVault, Semver {
/**
* @custom:legacy
* @notice: Legacy getter for the recipient
* @notice Legacy getter for the recipient address.
*
* @return The recipient address.
*/
function l1FeeWallet() public view returns (address) {
return RECIPIENT;
......
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