Remove db->escape in favor of sqlEscape.

This commit is contained in:
Arthur Britto
2013-01-06 02:08:54 -08:00
parent 04c17ac1f3
commit 8877501e5b
12 changed files with 45 additions and 80 deletions

View File

@@ -28,7 +28,7 @@ class HashedObject : private IS_INSTANCE(HashedObject)
public:
typedef boost::shared_ptr<HashedObject> pointer;
HashedObjectType mType;
HashedObjectType mType;
uint256 mHash;
uint32 mLedgerIndex;
std::vector<unsigned char> mData;
@@ -69,3 +69,4 @@ public:
};
#endif
// vim:ts=4