Convert macros in STTX.h into an enum

This commit is contained in:
Joe Loser
2018-05-12 12:09:44 -04:00
committed by seelabs
parent 817d2339b8
commit dc0d5996e2
3 changed files with 17 additions and 15 deletions

View File

@@ -240,7 +240,7 @@ std::string STTx::getMetaSQL (std::uint32_t inLedger,
{
Serializer s;
add (s);
return getMetaSQL (s, inLedger, TXN_SQL_VALIDATED, escapedMetaData);
return getMetaSQL (s, inLedger, txnSqlValidated, escapedMetaData);
}
// VFALCO This could be a free function elsewhere