More toward using STAmount.

This commit is contained in:
Arthur Britto
2012-05-18 20:17:28 -07:00
parent b8468770f0
commit abccd3aeb6
5 changed files with 12 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ public:
const uint256& getParentHash() const { return mParentHash; }
const uint256& getTransHash() const { return mTransHash; }
const uint256& getAccountHash() const { return mAccountHash; }
STAmount getTotalCoins() const { return mTotCoins; }
uint64 getTotalCoins() const { return mTotCoins; }
uint64 getCloseTimeNC() const { return mCloseTime; }
uint32 getLedgerSeq() const { return mLedgerSeq; }
uint16 getInterval() const { return mLedgerInterval; }