Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Sep 4, 2023
1 parent 8daa325 commit b11189c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/types_transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ type DeployAccountTransactionProperties struct {
ConstructorCalldata []*felt.Felt `json:"constructor_calldata"`
}

// DeployTxn The structure of a deploy transaction. Note that this transaction type is deprecated and will no longer be supported in future versions
// DeployAccountTxn The structure of a deployAccount transaction.
type DeployAccountTxn struct {
CommonTransaction
DeployAccountTransactionProperties
Expand Down

0 comments on commit b11189c

Please sign in to comment.