Skip to content

Commit

Permalink
chore(taiko-client): fix docs (#18698)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Jan 2, 2025
1 parent 58c6e31 commit fc545ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/taiko-client/driver/signer/fixed_k_signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
zero32 [32]byte
)

// FixedKSigner is a ethereum ECDSA signer who always sign payload with the given K value.
// FixedKSigner is an ethereum ECDSA signer who always sign payload with the given K value.
// In theory K value is randomly selected in ECDSA algorithm's step 3:
// https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm,
// but here we use a fixed K value instead.
Expand Down
2 changes: 1 addition & 1 deletion packages/taiko-client/internal/testutils/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (s *ClientTestSuite) ProposeAndInsertEmptyBlocks(
return metadataList
}

// ProposeAndInsertValidBlock proposes an valid tx list and then insert it
// ProposeAndInsertValidBlock proposes a valid tx list and then insert it
// into L2 execution engine's local chain.
func (s *ClientTestSuite) ProposeAndInsertValidBlock(
proposer Proposer,
Expand Down
2 changes: 1 addition & 1 deletion packages/taiko-client/pkg/rpc/dial.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)

// DialClientWithBackoff connects a ethereum RPC client at the given URL with
// DialClientWithBackoff connects an ethereum RPC client at the given URL with
// a backoff strategy. Added a retry limit so it doesn't retry endlessly
func DialClientWithBackoff(
ctx context.Context,
Expand Down

0 comments on commit fc545ee

Please sign in to comment.