Skip to content

Commit

Permalink
Fixed deps import
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead committed Nov 25, 2023
1 parent 1792f0e commit 473fc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use crate::utils::{
use crate::ContractError;
use cosmwasm_std::{ensure, Addr, Api, DepsMut, Env, MessageInfo, Response, StdResult, Storage};
use primitive_types::{H256, U256};
use sp_io::hashing::{keccak_256, sha2_256};
use sp_core_hashing::{keccak_256, sha2_256};

pub fn do_sudo_registration(
deps: DepsMut,
Expand Down

0 comments on commit 473fc06

Please sign in to comment.