Skip to content

Commit

Permalink
update zec branch id
Browse files Browse the repository at this point in the history
  • Loading branch information
pengpengliu committed Dec 18, 2020
1 parent 2a7701c commit 97881c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public ZcashStateProvider(Network network) {

super.network = network;
// consensusBranchId = 1991772603l; // 0x76b809bb (old Sapling branch id). Blossom branch id becomes effective after block 653600
consensusBranchId = 0xf5b9230b;
// consensusBranchId = 0xf5b9230b;
consensusBranchId = 0xe9ff75a6;
}

public String generateP2PKHScript(String address) {
Expand Down

0 comments on commit 97881c2

Please sign in to comment.