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

Commit 5716c6d

Browse files
committed
feat: update workflow
1 parent 0909a50 commit 5716c6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/encoding/struct.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
TierGuardianID uint16 = 1000
1818
ProtocolTiers = []uint16{TierOptimisticID, TierSgxID, TierSgxAndPseZkevmID, TierGuardianID}
1919
AnchorTxGasLimit uint64 = 250_000
20-
GoldenTouchPrivKey = "0x92954368afd3caa1f3ce3ead0069c1af414054aefe1ef9aeacc1bf426222ce38"
20+
GoldenTouchPrivKey = "92954368afd3caa1f3ce3ead0069c1af414054aefe1ef9aeacc1bf426222ce38"
2121
)
2222

2323
// BlockHeader represents an Ethereum block header.

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[2:])
35+
goldenTouchPriKey, err := crypto.HexToECDSA(encoding.GoldenTouchPrivKey)
3636
s.Nil(err)
3737

3838
// invalid To

0 commit comments

Comments
 (0)