From 047845839920ba724a9f3f201086fdbe09cfdf48 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 18 Dec 2020 12:31:32 -0500 Subject: [PATCH] expose recoverPrivateKey --- cli.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.js b/cli.js index 4004cf6..9a934fc 100755 --- a/cli.js +++ b/cli.js @@ -15,6 +15,7 @@ const exportedProperties = [ 'listAccounts', 'newAccount', 'importPrivateKey', + 'recoverPrivateKey', 'getBalance', 'getNonce', 'selectAccount',