remove random address (turns out someone else uses it!)
This commit is contained in:
parent
65c7c67e65
commit
016cd50b2f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ var bip39 = require('bip39')
|
||||||
var hdkey = require('hdkey')
|
var hdkey = require('hdkey')
|
||||||
var bitcoinTransaction = require('bitcoin-transaction');
|
var bitcoinTransaction = require('bitcoin-transaction');
|
||||||
async function main() {
|
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 mnemonic;
|
||||||
var seed;
|
var seed;
|
||||||
var seedToKey;
|
var seedToKey;
|
||||||
|
|
Loading…
Reference in a new issue