Skip to content

Commit c38d8dd

Browse files
committed
Fix linter
1 parent 696c34e commit c38d8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgoal/libgoal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ func (c *Client) PendingTransactionInformation(txid string) (resp v1.Transaction
746746
return
747747
}
748748

749-
// PendingTransactionInformation returns information about a recently issued
749+
// PendingTransactionInformationV2 returns information about a recently issued
750750
// transaction based on its txid.
751751
func (c *Client) PendingTransactionInformationV2(txid string) (resp generatedV2.PendingTransactionResponse, err error) {
752752
algod, err := c.ensureAlgodClient()

0 commit comments

Comments
 (0)