Skip to content

Commit

Permalink
rebase main
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 committed Feb 7, 2024
1 parent 498de2e commit ea47ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/methods/get_transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ func GetTransaction(getter transactionGetter, request GetTransactionRequest) (Ge
response.Status = TransactionStatusSuccess
} else {
response.Status = TransactionStatusFailed
response.DiagnosticEventsXDR = base64EncodeSlice(tx.Events)
}
response.DiagnosticEventsXDR = base64EncodeSlice(tx.Events)
return response, nil
}

Expand Down

0 comments on commit ea47ba4

Please sign in to comment.