Skip to content

Commit

Permalink
Fix description of tx 'failed' state
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Jan 10, 2024
1 parent 5c6be02 commit 1fc52e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips/TIP-0048/openapi3-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3535,7 +3535,7 @@ components:
- confirmed
- finalized
- failed
description: If 'pending', the transaction is not included yet. If 'accepted', the transaction is included. If 'confirmed' means transaction is included and its included block is confirmed. If 'finalized' means transaction is included, its included block is finalized and cannot be reverted anymore. If 'failed' means transaction is not successfully issued due to the transaction failure reason.
description: If 'pending', the transaction is not included yet. If 'accepted', the transaction is included. If 'confirmed' means transaction is included and its included block is confirmed. If 'finalized' means transaction is included, its included block is finalized and cannot be reverted anymore. If 'failed' means transaction is issued but failed due to the transaction failure reason.
transactionFailureReason:
type: integer
enum: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,255]
Expand Down

0 comments on commit 1fc52e5

Please sign in to comment.