Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/applications/wallet/send-bch/send-bch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down