Cosmetic.

This commit is contained in:
Arthur Britto
2013-01-12 22:05:20 -08:00
parent cced837600
commit d47c637129
2 changed files with 8 additions and 4 deletions

View File

@@ -4,9 +4,9 @@
#include "Ledger.h"
#include "SerializedLedger.h"
/*
Way to fetch ledger entries from an account's owner dir
*/
//
// Fetch ledger entries from an account's owner dir.
//
class AccountItem
{
protected:
@@ -42,3 +42,5 @@ public:
};
#endif
// vim:ts=4

View File

@@ -27,4 +27,6 @@ public:
// returns the best rate we can find
float getPrice(uint160& currencyIn,uint160& currencyOut);
};
};
// vim:ts=4