Skip to content

Commit

Permalink
Add transaction hash to getTransaction as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Oct 9, 2024
1 parent 100061d commit 37e4a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-rpc/internal/methods/get_transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func GetTransaction(
response.FeeBump = tx.FeeBump
response.Ledger = tx.Ledger.Sequence
response.LedgerCloseTime = tx.Ledger.CloseTime
response.TransactionHash = tx.TransactionHash

switch request.Format {
case FormatJSON:
Expand Down

0 comments on commit 37e4a06

Please sign in to comment.