Skip to content

Commit

Permalink
CSDK/fixed_compatible_transforms_parsing
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
ZhmakAS committed Jan 10, 2025
1 parent 155cb35 commit cf7c825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/execution_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func NewExecutionResultFromV1(v1 ExecutionResultV1) ExecutionResult {
transfers = append(transfers, Transfer{
Amount: writeTransfer.Amount,
TransactionHash: TransactionHash{
TransactionV1: &writeTransfer.DeployHash,
Deploy: &writeTransfer.DeployHash,
},
From: InitiatorAddr{
AccountHash: &writeTransfer.From,
Expand Down

0 comments on commit cf7c825

Please sign in to comment.