mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cosmetic.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -27,4 +27,6 @@ public:
|
||||
// returns the best rate we can find
|
||||
float getPrice(uint160& currencyIn,uint160& currencyOut);
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user