We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696c34e commit c38d8ddCopy full SHA for c38d8dd
libgoal/libgoal.go
@@ -746,7 +746,7 @@ func (c *Client) PendingTransactionInformation(txid string) (resp v1.Transaction
746
return
747
}
748
749
-// PendingTransactionInformation returns information about a recently issued
+// PendingTransactionInformationV2 returns information about a recently issued
750
// transaction based on its txid.
751
func (c *Client) PendingTransactionInformationV2(txid string) (resp generatedV2.PendingTransactionResponse, err error) {
752
algod, err := c.ensureAlgodClient()
0 commit comments