Skip to content

Commit

Permalink
Discard changes to runtime/testnet/src/precompiles.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Jan 16, 2025
1 parent 2868454 commit f884514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/testnet/src/precompiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ pub type TanglePrecompilesAt<R> = (
PrecompileAt<
AddressU64<2082>,
MultiAssetDelegationPrecompile<R>,
(CallableByContract, CallableByPrecompile, SubcallWithMaxNesting<2>),
(CallableByContract, CallableByPrecompile, SubcallWithMaxNesting<1>),
>,
PrecompileAt<
AddressU64<2083>,
Expand Down

0 comments on commit f884514

Please sign in to comment.