mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 10:45:50 +00:00
fix: improve logging for transaction preflight failures in applyHook.cpp (#566)
This commit is contained in:
@@ -3577,7 +3577,7 @@ DEFINE_HOOK_FUNCTION(
|
||||
{
|
||||
JLOG(j.trace()) << "HookEmit[" << HC_ACC()
|
||||
<< "]: Transaction preflight failure: "
|
||||
<< preflightResult.ter;
|
||||
<< transHuman(preflightResult.ter);
|
||||
return EMISSION_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user