Skip to content

Commit

Permalink
doc(geometrix txmgr): comment ProcessTransaction -> processTransaction
Browse files Browse the repository at this point in the history
Co-authored-by: Madhur Shrimal <[email protected]>
  • Loading branch information
samlaf and shrimalmadhur authored Aug 7, 2024
1 parent 5e704b9 commit b6040bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainio/txmgr/geometric/geometric.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (t *GeometricTxManager) Send(ctx context.Context, tx *types.Transaction) (*
return t.processTransaction(ctx, newTxnRequest(tx))
}

// ProcessTransaction sends the transaction and runs the monitoring loop which will bump the gasPrice until the tx get
// processTransaction sends the transaction and runs the monitoring loop which will bump the gasPrice until the tx get
// included.
func (t *GeometricTxManager) processTransaction(ctx context.Context, req *txnRequest) (*types.Receipt, error) {
t.logger.Debug("new transaction",
Expand Down

0 comments on commit b6040bb

Please sign in to comment.