Skip to content

Commit

Permalink
wasm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Oct 31, 2023
1 parent 7a7794e commit d370246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ where
{
results.push(Ok(self
.client()
.foundry_output_ids(FoundryOutputQueryParameters::new().account_address(bech32_address))
.foundry_output_ids(FoundryOutputQueryParameters::new().account(bech32_address))
.await?
.items))
}
Expand Down

0 comments on commit d370246

Please sign in to comment.