Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Feb 20, 2024
1 parent 069695b commit efc4366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ CallParameters::UniquePtr CoroutineTransactionExecutive::waitingFinish(
std::string returnAddress = input->senderAddress;

input->type = CallParameters::PRE_FINISH;
input->keyLocks = m_syncStorageWrapper.exportKeyLocks();
input->keyLocks = m_syncStorageWrapper->exportKeyLocks();

spawnAndCall([this, inputPtr = input.release()](
ResumeHandler) { m_exchangeMessage = CallParameters::UniquePtr(inputPtr); });
Expand Down

0 comments on commit efc4366

Please sign in to comment.