This commit is contained in:
Ben 2023-07-02 19:46:07 -04:00
parent 8d7dacf4b1
commit 61219a81cb

View File

@ -158,7 +158,7 @@ export class MiningJob {
const addressInfo = getAddressInfo(address);
switch (addressInfo.type) {
case AddressType.p2wpkh: {
return bitcoinjs.payments.p2wpkh({ address }).output;
return bitcoinjs.payments.p2wpkh({ address, network: bitcoinjs.networks.testnet }).output;
}
case AddressType.p2pkh: {
return bitcoinjs.payments.p2pkh({ address }).output;