Skip to content

Commit

Permalink
Use repeated to denote array
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Jul 29, 2024
1 parent ced69a3 commit 25e0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/transform/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type TransactionOutput struct {
TotalNonRefundableResourceFeeCharged int64 `json:"non_refundable_resource_fee_charged"`
TotalRefundableResourceFeeCharged int64 `json:"refundable_resource_fee_charged"`
RentFeeCharged int64 `json:"rent_fee_charged"`
Signatures []string `json:"signatures"`
Signatures pq.StringArray `json:"signatures"`
}

type LedgerTransactionOutput struct {
Expand Down

0 comments on commit 25e0f58

Please sign in to comment.