mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
fix for fyeo-41 (#44)
This commit is contained in:
@@ -1349,7 +1349,7 @@ doTSH(
|
||||
{
|
||||
// this is a collect call so first check if the tsh can accept
|
||||
uint32_t tshFlags = tshAcc->getFieldU32(sfFlags);
|
||||
if (!canRollback && !(tshFlags & lsfTshCollect))
|
||||
if (!(tshFlags & lsfTshCollect))
|
||||
{
|
||||
// this TSH doesn't allow collect calls, skip
|
||||
JLOG(j_.trace())
|
||||
|
||||
Reference in New Issue
Block a user