Cosmetic changes.

This commit is contained in:
Arthur Britto
2012-05-27 17:43:46 -07:00
parent 561e87c050
commit af5c25a24d
3 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
#define __ACCOUNTSTATE__
// An account's state
// Used to track information about a local account
#include <vector>

View File

@@ -434,3 +434,4 @@ bool NetworkOPs::hasTXSet(boost::shared_ptr<Peer> peer, const std::vector<uint25
if (!mConsensus) return false;
return mConsensus->peerHasSet(peer, sets);
}
// vim:ts=4

View File

@@ -84,5 +84,7 @@ public:
void makeIFieldAbsent(SOE_Field field) { return mObject.makeFieldAbsent(field); }
};
typedef SerializedLedgerEntry SLE;
#endif
// vim:ts=4