Skip to content

Commit 4d6582e

Browse files
committed
Add transaction hash to getTransaction as well
1 parent a4f0c5b commit 4d6582e

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
@@ -111,6 +111,7 @@ func GetTransaction(
111111
response.FeeBump = tx.FeeBump
112112
response.Ledger = tx.Ledger.Sequence
113113
response.LedgerCloseTime = tx.Ledger.CloseTime
114+
response.TransactionHash = tx.TransactionHash
114115

115116
switch request.Format {
116117
case FormatJSON:

0 commit comments

Comments
 (0)