mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Typo
This commit is contained in:
@@ -2,11 +2,15 @@
|
||||
#define __ACCOUNTSTATE__
|
||||
|
||||
// An account's state in one or more accepted ledgers
|
||||
#include "uint256.h"
|
||||
|
||||
class AccountState
|
||||
{
|
||||
public:
|
||||
typedef boost::shared_ptr<AccountState> pointer;
|
||||
|
||||
private:
|
||||
int160 mAccountID;
|
||||
uint160 mAccountID;
|
||||
uint64 mBalance;
|
||||
uint32 mAccountSeq, mFirstValidLedger, mLastValidLedger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user