Refactor 4: Transactor extra signing support

This commit is contained in:
Ed Hennis
2025-05-17 15:12:54 +01:00
committed by Bronek Kozicki
parent 4fe3ec8a08
commit fb5d94bbef
5 changed files with 90 additions and 29 deletions

View File

@@ -149,8 +149,8 @@ public:
sMD_ChangeNew = 0x02, // new value when it changes
sMD_DeleteFinal = 0x04, // final value when it is deleted
sMD_Create = 0x08, // value when it's created
sMD_Always = 0x10, // value when node containing it is affected at all
sMD_BaseTen = 0x20, // value is treated as base 10, overriding behavior
sMD_Always = 0x10, // value when node containing it is affected at all
sMD_BaseTen = 0x20, // value is treated as base 10, overriding behavior
sMD_PseudoAccount = 0x40, // if this field is set in an ACCOUNT_ROOT
// _only_, then it is a pseudo-account
sMD_Default =