mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Mostly small cleanups and style fixes.
This commit is contained in:
@@ -154,7 +154,7 @@ bool Transaction::save() const
|
||||
std::string signature;
|
||||
theApp->getDB()->escape(&(mSignature.front()), mSignature.size(), signature);
|
||||
sql.append(signature);
|
||||
sql.append(";");
|
||||
sql.append(");");
|
||||
|
||||
ScopedLock sl(theApp->getDBLock());
|
||||
Database* db=theApp->getDB();
|
||||
|
||||
Reference in New Issue
Block a user