mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
Move ttEXPORT_SIGN handling to dedicated ExportSign transactor class, following the same pattern as ttENTROPY/Entropy from the RNG feature. UVTxns (signed validator transactions) should not be mixed with pseudo-transactions in the Change transactor. - Create ExportSign.h/cpp with preflight, preclaim, doApply - Route ttEXPORT_SIGN through ExportSign in applySteps.cpp - Remove UVTx branches from Change transactor - Add documentation markers to View.h for inUNLReport functions