mempool: docs.
This commit is contained in:
parent
0b2023d62c
commit
1a8d7084a5
@ -704,7 +704,7 @@ Mempool.prototype.addUnchecked = function addUnchecked(entry, callback, force) {
|
||||
* Remove a transaction from the mempool. Generally
|
||||
* only called when a new block is added to the main chain.
|
||||
* @param {MempoolEntry} entry
|
||||
* @param {Function} callback
|
||||
* @param {Boolean} limit
|
||||
*/
|
||||
|
||||
Mempool.prototype.removeUnchecked = function removeUnchecked(entry, limit) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user