Skip to content

Commit

Permalink
Update cadence/contracts/bridge/FlowEVMBridgeConfig.cdc
Browse files Browse the repository at this point in the history
Co-authored-by: Navid TehraniFar <[email protected]>
  • Loading branch information
sisyphusSmiling and nvdtf authored Dec 19, 2024
1 parent 9786520 commit 1946a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/contracts/bridge/FlowEVMBridgeConfig.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ contract FlowEVMBridgeConfig {
?? panic("Missing or mis-typed EVMBlocklist in storage")
}

/// Returns an entitled reference to the bridge EVMBlocklist
/// Returns an entitled reference to the bridge CadenceBlocklist
///
access(self)
view fun borrowCadenceBlocklist(): auth(Blocklist) &CadenceBlocklist {
Expand Down

0 comments on commit 1946a8a

Please sign in to comment.