Skip to content

Commit

Permalink
Merge pull request #11 from crossle/upgrade-canopy
Browse files Browse the repository at this point in the history
Support Canopy network upgrade
  • Loading branch information
snovichkov authored Dec 18, 2020
2 parents 83f1f25 + 1014634 commit fb0bfae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ var upgradeParams = []upgradeParam{
{280000, []byte{0xBB, 0x09, 0xB8, 0x76}},
{653600, []byte{0x60, 0x0E, 0xB4, 0x2B}},
{903000, []byte{0x0B, 0x23, 0xB9, 0xF5}},
{1046400, []byte{0xA6, 0x75, 0xFF, 0xE9}},
}

// RawTxInSignature returns the serialized ECDSA signature for the input idx of
Expand Down

0 comments on commit fb0bfae

Please sign in to comment.