We had decided transaction fees were uint64, not STAmount.

Code was half and half.
This commit is contained in:
JoelKatz
2012-06-01 16:05:58 -07:00
parent 46399b764b
commit 7f4135a223
2 changed files with 10 additions and 10 deletions

View File

@@ -44,8 +44,8 @@ public:
uint256 getSigningHash() const;
TransactionType getTxnType() const { return mType; }
STAmount getTransactionFee() const;
void setTransactionFee(STAmount saFee);
uint64 getTransactionFee() const;
void setTransactionFee(uint64 fee);
const NewcoinAddress& getSourceAccount() const { return mSourceAccount; }
std::vector<unsigned char> getSigningPubKey() const;