Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
using GitHub for mobile.
  • Loading branch information
shekohex authored Jan 6, 2024
1 parent c46a791 commit 1458eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiles/jobs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ where
/// # Returns
///
/// Returns an `EvmResult`, indicating the success or failure of the operation.
#[precompile::public("submitDkgPhaseOneJob(uint64,unit64,address[],uint8,uint16,address)")]
#[precompile::public("submitDkgPhaseOneJob(uint64,uint64,address[],uint8,uint16,address)")]
fn submit_dkg_phase_one_job(
handle: &mut impl PrecompileHandle,
expiry: BlockNumber,
Expand Down

0 comments on commit 1458eac

Please sign in to comment.