From 3f77f12c0300e35d168dd94532aaa9a72e8b5acb Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 18 Sep 2016 12:10:50 -0700 Subject: [PATCH] rpc: typo. --- lib/http/rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http/rpc.js b/lib/http/rpc.js index 997bf5ef..c6801407 100644 --- a/lib/http/rpc.js +++ b/lib/http/rpc.js @@ -1420,7 +1420,7 @@ RPC.prototype.verifychain = function verifychain(args, callback) { * Mining */ -RPC.prototype._submitwork = function getwork(data, callback) { +RPC.prototype._submitwork = function _submitwork(data, callback) { var attempt = this.attempt; var block, header, cb, cur;