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
@@ -105,7 +105,7 @@ public:
|
||||
Json::Value jv;
|
||||
jv[jss::Account] = a.human();
|
||||
jv[jss::LimitAmount] = amt.getJson(0);
|
||||
jv[jss::TransactionType] = "TrustSet";
|
||||
jv[jss::TransactionType] = jss::TrustSet;
|
||||
jv[jss::Flags] = 0;
|
||||
return jv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user