Skip to content

Commit

Permalink
chore: fix function name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: cuiweiyuan <[email protected]>
  • Loading branch information
cuiweiyuan committed Dec 24, 2024
1 parent 94faf09 commit faac6a7
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 faac6a7

Please sign in to comment.