Author

Topic: how to adjust the fee in litecoin source code? (Read 487 times)

full member
Activity: 209
Merit: 100
September 13, 2013, 10:44:41 PM
#2
In the latest version of litecoin, look for these in main.cpp:
Code:
/** Fees smaller than this (in satoshi) are considered zero fee (for transaction creation) */
int64 CTransaction::nMinTxFee = 2000000;
/** Fees smaller than this (in satoshi) are considered zero fee (for relaying) */
int64 CTransaction::nMinRelayTxFee = 2000000;

Code:
int64 CTransaction::GetMinFee(unsigned int nBlockSize, bool fAllowFree,
                              enum GetMinFee_mode mode) const
member
Activity: 95
Merit: 10
Nothing
September 12, 2013, 02:01:23 AM
#1
I'm read litecoin's source code, and try to make a coin to test,
but  I have a question,what's code about the tx fee?
any one can give me a answer?
regards & thanks
Jump to: