mempool: Correct min relay tx fee comment to DCR.

This corrects the comment for the MinRelayTxFee constant to correctly 
refer to DCR/kB instead of BTC/kB.
This commit is contained in:
Sarlor 2018-08-14 17:52:04 +08:00 committed by Dave Collins
parent 9536f0c88f
commit b232e6564e

View File

@ -158,7 +158,7 @@ type Policy struct {
// of the max signature operations for a block.
MaxSigOpsPerTx int
// MinRelayTxFee defines the minimum transaction fee in BTC/kB to be
// MinRelayTxFee defines the minimum transaction fee in DCR/kB to be
// considered a non-zero fee.
MinRelayTxFee dcrutil.Amount