Skip to content

Commit

Permalink
Add comment for fee-bump tx
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Sep 24, 2024
1 parent 939076e commit 50d34f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/soroban-rpc/internal/methods/get_transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ func (req GetTransactionsRequest) isValid(maxLimit uint, ledgerRange ledgerbucke
type TransactionInfo struct {
// Status is one of: TransactionSuccess, TransactionFailed.
Status string `json:"status"`
// TransactionHash is the hex encoded hash of the transaction.
// TransactionHash is the hex encoded hash of the transaction. Note that for fee-bump transaction
// this will be the hash of the fee-bump transaction instead of the inner transaction hash.
TransactionHash string `json:"txHash"`
// ApplicationOrder is the index of the transaction among all the transactions
// for that ledger.
Expand Down

0 comments on commit 50d34f3

Please sign in to comment.