mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
add meta to account_tx
This commit is contained in:
@@ -245,6 +245,7 @@ Transaction::pointer Transaction::transactionFromSQL(const std::string& sql)
|
||||
return tr;
|
||||
}
|
||||
|
||||
|
||||
Transaction::pointer Transaction::load(const uint256& id)
|
||||
{
|
||||
std::string sql = "SELECT LedgerSeq,Status,RawTxn FROM Transactions WHERE TransID='";
|
||||
|
||||
Reference in New Issue
Block a user