Skip to content

Commit

Permalink
Make the description more clear in TransactionMetadataResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Jan 9, 2024
1 parent 508f479 commit 154e564
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 @@ -3486,7 +3486,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 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 not successfully issued 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 154e564

Please sign in to comment.