Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhmakAS committed Oct 11, 2024
1 parent 2b8869d commit a317a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ type InfoGetDeployResult struct {
rawJSON json.RawMessage
}

func (r *InfoGetDeployResult) InfoGetTransactionResult() InfoGetTransactionResult {
func (r *InfoGetDeployResult) ToInfoGetTransactionResult() InfoGetTransactionResult {
return InfoGetTransactionResult{
APIVersion: r.ApiVersion,
Transaction: types.NewTransactionFromDeploy(r.Deploy),
Expand Down

0 comments on commit a317a99

Please sign in to comment.