Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat: update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 31, 2024
1 parent 839cedd commit 0909a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/anchor_tx_validator/anchor_tx_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (s *AnchorTxValidatorTestSuite) TestValidateAnchorTx() {
s.Nil(err)

// 0x92954368afd3caa1f3ce3ead0069c1af414054aefe1ef9aeacc1bf426222ce38
goldenTouchPriKey, err := crypto.HexToECDSA(encoding.GoldenTouchPrivKey)
goldenTouchPriKey, err := crypto.HexToECDSA(encoding.GoldenTouchPrivKey[2:])
s.Nil(err)

// invalid To
Expand Down

0 comments on commit 0909a50

Please sign in to comment.