Skip to content

Commit

Permalink
Merge pull request #55 from multiversx/sync-call
Browse files Browse the repository at this point in the history
Use sync call instead of async
  • Loading branch information
andreiblt1304 authored Jun 14, 2024
2 parents f3a8a2e + a78ab87 commit 892993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esdt-safe/src/from_sovereign/transfer_tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pub trait TransferTokensModule:
.to(header_verifier_address)
.typed(header_verifier_proxy::HeaderverifierProxy)
.remove_executed_hash(hash_of_hashes, &operation_tuple.op_hash)
.async_call_and_exit();
.sync_call();
}

fn emit_transfer_failed_events(
Expand Down

0 comments on commit 892993f

Please sign in to comment.