mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Get names of transactions and ledger types from jss
This commit is contained in:
committed by
Manoj doshi
parent
be139d9bde
commit
b39b0fef39
@@ -117,7 +117,7 @@ class Discrepancy_test : public beast::unit_test::suite
|
||||
else if(an.isMember(sfDeletedNode.fieldName))
|
||||
node = an[sfDeletedNode.fieldName];
|
||||
|
||||
if(node && node[sfLedgerEntryType.fieldName] == "AccountRoot")
|
||||
if(node && node[sfLedgerEntryType.fieldName] == jss::AccountRoot)
|
||||
{
|
||||
Json::Value prevFields =
|
||||
node.isMember(sfPreviousFields.fieldName) ?
|
||||
|
||||
Reference in New Issue
Block a user