Skip to content
Snippets Groups Projects
Commit 768990b4 authored by bgallois's avatar bgallois Committed by Hugo Trentesaux
Browse files

fix syntax

parent f964ed9a
No related branches found
No related tags found
1 merge request!213Fix account linking
Pipeline #34927 passed
......@@ -336,8 +336,7 @@ where
T: Config,
{
fn link_identity(account_id: T::AccountId, idty_id: IdtyIdOf<T>) -> Result<(), DispatchError> {
Self::do_link_identity(account_id, idty_id)?;
Ok(())
Self::do_link_identity(account_id, idty_id)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment