Kill duff newline.
This commit is contained in:
parent
35936c1f01
commit
3a03a03a92
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ type txMemPool struct {
|
||||||
outpoints map[btcwire.OutPoint]*btcutil.Tx
|
outpoints map[btcwire.OutPoint]*btcutil.Tx
|
||||||
pennyTotal float64 // exponentially decaying total for penny spends.
|
pennyTotal float64 // exponentially decaying total for penny spends.
|
||||||
lastPennyUnix int64 // unix time of last ``penny spend''
|
lastPennyUnix int64 // unix time of last ``penny spend''
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// isDust returns whether or not the passed transaction output amount is
|
// isDust returns whether or not the passed transaction output amount is
|
||||||
|
|
Loading…
Add table
Reference in a new issue