Fix doc comment on mempool reap

This commit is contained in:
Silas Davis 2016-09-16 17:08:31 +02:00
parent 121714c040
commit 7f31ec3398
No known key found for this signature in database
GPG Key ID: 4CBFD0FF2D395219
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ func (mem *Mempool) resCbRecheck(req *tmsp.Request, res *tmsp.Response) {
}
// Get the valid transactions remaining
// If maxTxs is 0, there is no cap.
// If maxTxs is -1, there is no cap on returned transactions.
func (mem *Mempool) Reap(maxTxs int) []types.Tx {
mem.proxyMtx.Lock()
defer mem.proxyMtx.Unlock()