Skip to content

Commit

Permalink
inner transactions from ApiTransactionResult are now a slice of point…
Browse files Browse the repository at this point in the history
…ers of ApiTransactionResult
  • Loading branch information
sstanculeanu committed Oct 10, 2024
1 parent 1ec562b commit 7ba2674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/transaction/apiTransactionResult.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type ApiTransactionResult struct {
Options uint32 `json:"options"`
GuardianAddr string `json:"guardian,omitempty"`
GuardianSignature string `json:"guardianSignature,omitempty"`
InnerTransactions []*FrontendTransaction `json:"innerTransactions,omitempty"`
InnerTransactions []*ApiTransactionResult `json:"innerTransactions,omitempty"`
}

// ApiSmartContractResult represents a smart contract result with changed fields' types in order to make it friendly for API's json
Expand Down

0 comments on commit 7ba2674

Please sign in to comment.