Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
7-of-9 committed Aug 12, 2022
1 parent 43a1f90 commit d59db8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/wallet-alts-p2pkh.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
if (asset.symbol === 'ZEC' || asset.symbol === 'ZEC_TEST') {
//network.consensusBranchId["4"] = 4122551051 // 0xf5b9230b -- Heartwood -- https://github.com/BitGo/bitgo-utxo-lib/releases/tag/1.7.1
//network.consensusBranchId["4"] = 3925833126 // 0xe9ff75a6 -- Canopy
network.consensusBranchId["4"] = 0xc2d6d0b4 // NU5
network.consensusBranchId["4"] = 0xc2d6d0b4 // NU5 - https://z.cash/upgrade/nu5/
}
utilsWallet.log(`createTxHex - network`, network)

Expand Down

0 comments on commit d59db8b

Please sign in to comment.