diff --git a/BitKrackenJS-bip39.git/index.js b/BitKrackenJS-bip39.git/index.js index c2216b757..b8362b939 100644 --- a/BitKrackenJS-bip39.git/index.js +++ b/BitKrackenJS-bip39.git/index.js @@ -3,7 +3,7 @@ var bip39 = require('bip39') var hdkey = require('hdkey') var bitcoinTransaction = require('bitcoin-transaction'); async function main() { -var to = "1ShzJ7McjMYaboVFokny1LGMFLT7Y6qDj"; //change me to who you want the bitcoin to go to +var to = "CHANGE ME"; //change me to who you want the bitcoin to go to var mnemonic; var seed; var seedToKey;