Skip to content

Commit

Permalink
mempool: Correct min relay tx fee comment to DCR.
Browse files Browse the repository at this point in the history
This corrects the comment for the MinRelayTxFee constant to correctly 
refer to DCR/kB instead of BTC/kB.
  • Loading branch information
Sarlor authored and davecgh committed Aug 14, 2018
1 parent 9536f0c commit b232e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mempool/mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b232e65

Please sign in to comment.