Skip to content

Commit

Permalink
fix precompile signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkaouk committed Oct 19, 2023
1 parent 997ec3c commit a301ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/evm/precompile/clear-storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl<Runtime> StorageCleanerPrecompile<Runtime>
where
Runtime: pallet_evm::Config,
{
#[precompile::public("clearSuicidedStorage(addresses[])")]
#[precompile::public("clearSuicidedStorage(address[])")]
fn clear_suicided_storage(
handle: &mut impl PrecompileHandle,
addresses: BoundedVec<Address, GetArrayLimit>,
Expand Down

0 comments on commit a301ebb

Please sign in to comment.