Skip to content

Commit 37e4a06

Browse files
committed
Add transaction hash to getTransaction as well
1 parent 100061d commit 37e4a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/soroban-rpc/internal/methods/get_transaction.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func GetTransaction(
138138
response.FeeBump = tx.FeeBump
139139
response.Ledger = tx.Ledger.Sequence
140140
response.LedgerCloseTime = tx.Ledger.CloseTime
141+
response.TransactionHash = tx.TransactionHash
141142

142143
switch request.Format {
143144
case FormatJSON:

0 commit comments

Comments
 (0)