Skip to content

Commit

Permalink
Update cadence/contracts/bridge/FlowEVMBridgeUtils.cdc
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Hannan <[email protected]>
  • Loading branch information
sisyphusSmiling and joshuahannan authored Apr 25, 2024
1 parent 5afa1ea commit 016d61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/contracts/bridge/FlowEVMBridgeUtils.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ contract FlowEVMBridgeUtils {
assert(toPostStatus, message: "Recipient does not own the NFT after transfer")
}

/// Executes a safeMint call on the given ERC721 contract address, minting an ERC72 to the named recipient and
/// Executes a safeMint call on the given ERC721 contract address, minting an ERC721 to the named recipient and
/// asserting pre- and post-state changes. Assumes the bridge COA has the authority to mint the NFT.
///
access(account)
Expand Down

0 comments on commit 016d61c

Please sign in to comment.