remove random address (turns out someone else uses it!)

This commit is contained in:
Sam Sneed 2024-07-18 19:05:41 +00:00 committed by GitHub
parent 65c7c67e65
commit 016cd50b2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;