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:
parent
9536f0c88f
commit
b232e6564e
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user