From b6040bb5088d2c2c022b9086ecb4ef655ceac6ac Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Wed, 7 Aug 2024 10:22:55 -0700 Subject: [PATCH] doc(geometrix txmgr): comment ProcessTransaction -> processTransaction Co-authored-by: Madhur Shrimal --- chainio/txmgr/geometric/geometric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainio/txmgr/geometric/geometric.go b/chainio/txmgr/geometric/geometric.go index 4b204e5f..02ad33fe 100644 --- a/chainio/txmgr/geometric/geometric.go +++ b/chainio/txmgr/geometric/geometric.go @@ -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",