Skip to content

Commit

Permalink
remove redundant EVM function
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 15, 2024
1 parent e771681 commit ff89295
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fvm/evm/stdlib/contract.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,6 @@ contract EVM {
return self.address()
}

/// The EVM address of the cadence owned account behind an entitlement, acting as proof of access
access(Owner | Validate)
view fun protectedAddress(): EVMAddress {
return self.address()
}

/// Withdraws the balance from the cadence owned account's balance
/// Note that amounts smaller than 10nF (10e-8) can't be withdrawn
/// given that Flow Token Vaults use UFix64s to store balances.
Expand Down

0 comments on commit ff89295

Please sign in to comment.