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

Commit 0909a50

Browse files
committed
feat: update bindings
1 parent 839cedd commit 0909a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prover/anchor_tx_validator/anchor_tx_validator_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (s *AnchorTxValidatorTestSuite) TestValidateAnchorTx() {
3232
s.Nil(err)
3333

3434
// 0x92954368afd3caa1f3ce3ead0069c1af414054aefe1ef9aeacc1bf426222ce38
35-
goldenTouchPriKey, err := crypto.HexToECDSA(encoding.GoldenTouchPrivKey)
35+
goldenTouchPriKey, err := crypto.HexToECDSA(encoding.GoldenTouchPrivKey[2:])
3636
s.Nil(err)
3737

3838
// invalid To

0 commit comments

Comments
 (0)