Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Anderson committed Sep 27, 2022
1 parent 6151fb2 commit 4cce383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_iota_core/src/client/iota_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl IotaIdentityClient for Client {
let output_response: OutputResponse = self.get_output(&output_id).await.map_err(Error::DIDResolutionError)?;
let output: Output = Output::try_from_dto(
&output_response.output,
<Self as IotaIdentityClient>::get_token_supply(&self)?,
<Self as IotaIdentityClient>::get_token_supply(self)?,
)
.map_err(Error::OutputConversionError)?;

Expand Down

0 comments on commit 4cce383

Please sign in to comment.