From 2163e3965e2da67d95d68028084ce6021faf1df7 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 3 Apr 2016 03:03:13 -0700 Subject: [PATCH] minor. --- lib/bcoin/bst.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcoin/bst.js b/lib/bcoin/bst.js index ff96e6ae..a11aa418 100644 --- a/lib/bcoin/bst.js +++ b/lib/bcoin/bst.js @@ -493,7 +493,7 @@ Batch.prototype.write = function write(callback) { return this; }; -Batch.prototype.clear = function clear(callback) { +Batch.prototype.clear = function clear() { assert(this.tree, 'Already written.'); this.ops.length = 0; return this;