Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/add-insufficie…
Browse files Browse the repository at this point in the history
…nt-fee-support-for-evm
  • Loading branch information
dmoka committed Nov 1, 2024
2 parents 8a11813 + 6495109 commit df45f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/hydradx/src/evm/precompiles/multicurrency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ where

handle.check_function_modifier(match selector {
Function::Transfer => FunctionModifier::NonPayable,
Function::TransferFrom => FunctionModifier::NonPayable,
_ => FunctionModifier::View,
})?;

Expand Down

0 comments on commit df45f77

Please sign in to comment.