mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
We had decided transaction fees were uint64, not STAmount.
Code was half and half.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user