Commit 5e103049 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4599 from ethereum-optimism/sc/ctb-fix-fee-vault-comment

fix(ctb): comment in SequencerFeeVault
parents 12e8d4b1 3145d406
...@@ -39,7 +39,9 @@ contract SequencerFeeVault is SequencerFeeVaultLegacySpacer, FeeVault, Semver { ...@@ -39,7 +39,9 @@ contract SequencerFeeVault is SequencerFeeVaultLegacySpacer, FeeVault, Semver {
/** /**
* @custom:legacy * @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) { function l1FeeWallet() public view returns (address) {
return RECIPIENT; 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