Skip to content

Commit 1014634

Browse files
committed
Support Canopy network upgrade
https://zips.z.cash/zip-0251
1 parent 83f1f25 commit 1014634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sign.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ var upgradeParams = []upgradeParam{
4545
{280000, []byte{0xBB, 0x09, 0xB8, 0x76}},
4646
{653600, []byte{0x60, 0x0E, 0xB4, 0x2B}},
4747
{903000, []byte{0x0B, 0x23, 0xB9, 0xF5}},
48+
{1046400, []byte{0xA6, 0x75, 0xFF, 0xE9}},
4849
}
4950

5051
// RawTxInSignature returns the serialized ECDSA signature for the input idx of

0 commit comments

Comments
 (0)