Skip to content

fix race condition in payment.go

David Vorick requested to merge host-race into master

Overview

Fix a rare NDF in the host. This is the race condition that frequently failed to restore the stack on the CI, I managed to catch it on my local machine with the stack intact, allowing me to identify the variable that was being used incorrectly.

Edited by David Vorick

Merge request reports