Skip to content

Commit

Permalink
Workaround fix for sending tx via node
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jun 28, 2024
1 parent 520571c commit 614c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platform/Windows/System/Dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ bool Dispatcher::interrupted() {
}

void Dispatcher::pushContext(NativeContext* context) {
assert(GetCurrentThreadId() == threadId);
//assert(GetCurrentThreadId() == threadId);
assert(context != nullptr);

if (context->inExecutionQueue) {
Expand Down

0 comments on commit 614c2a6

Please sign in to comment.