From 6d747f5a13781e246220bbd73ac4a9069f0be445 Mon Sep 17 00:00:00 2001 From: ottokafka Date: Tue, 29 Oct 2019 20:36:15 -0700 Subject: [PATCH] create wallet update parameter --- lib/wiccapi.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/wiccapi.js b/lib/wiccapi.js index d97404d..63b80ca 100644 --- a/lib/wiccapi.js +++ b/lib/wiccapi.js @@ -142,7 +142,6 @@ WiccApi.prototype.createWallet = function (mnemonic, password) { } -//Otto kafka wallet for bittrex WiccApi.prototype.createWalletNonce = function (mnemonic, password, nonce) { var salt = Random.getRandomBuffer(8)