Skip to content

Commit

Permalink
Fix TransactionState comment
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Mar 7, 2024
1 parent f32e9b9 commit fa1b20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ type (
TransactionMetadataResponse struct {
// TransactionID is the hex encoded transaction ID of the transaction.
TransactionID iotago.TransactionID `serix:""`
// TransactionState might be pending, conflicting, confirmed, finalized, rejected.
// TransactionState might be pending, accepted, committed, finalized, failed.
TransactionState TransactionState `serix:""`
// EarliestAttachmentSlot is the slot of the earliest included valid block that contains an attachment of the transaction.
EarliestAttachmentSlot iotago.SlotIndex `serix:""`
Expand Down

0 comments on commit fa1b20d

Please sign in to comment.