mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
fix for fyeo-45 (#48)
This commit is contained in:
@@ -1613,7 +1613,7 @@ Transactor::operator()()
|
||||
// Pre-application (Strong TSH) Hooks are executed here
|
||||
// These TSH have the right to rollback.
|
||||
// Weak TSH and callback are executed post-application.
|
||||
if (hooksEnabled && (result == tesSUCCESS || result == tecHOOK_REJECTED))
|
||||
if (hooksEnabled && result == tesSUCCESS)
|
||||
{
|
||||
// this state map will be shared across all hooks in this execution chain
|
||||
// and any associated chains which are executed during this transaction also
|
||||
|
||||
Reference in New Issue
Block a user