diff --git a/examples/applications/wallet/send-bch/send-bch.js b/examples/applications/wallet/send-bch/send-bch.js index 906620f0..020860be 100644 --- a/examples/applications/wallet/send-bch/send-bch.js +++ b/examples/applications/wallet/send-bch/send-bch.js @@ -88,7 +88,7 @@ async function sendBch() { transactionBuilder.addOutput(SEND_ADDR, remainder) // Generate a change address from a Mnemonic of a private key. - const change = changeAddrFromMnemonic(SEND_MNEMONIC) + const change = changeAddrFromMnemonic(SEND_MNEMONIC,NETWORK) // Generate a keypair from the change address. const keyPair = bitbox.HDNode.toKeyPair(change)