Skip to content

Commit

Permalink
chore: fix function name in comment (#3327)
Browse files Browse the repository at this point in the history
Signed-off-by: cuiweiyuan <[email protected]>
Co-authored-by: Alex Gartner <[email protected]>
  • Loading branch information
cuiweiyuan and gartnera authored Jan 2, 2025
1 parent f0c4267 commit 80ca921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/chains/bitcoin/rpc/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func GetTxResultByHash(
return hash, txResult, nil
}

// GetTXRawResultByHash gets the raw transaction by hash
// GetRawTxByHash gets the raw transaction by hash
func GetRawTxByHash(rpcClient interfaces.BTCRPCClient, txID string) (*btcutil.Tx, error) {
hash, err := chainhash.NewHashFromStr(txID)
if err != nil {
Expand Down

0 comments on commit 80ca921

Please sign in to comment.