File tree 1 file changed +3
-0
lines changed
cmd/soroban-rpc/internal/methods
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ func TestGetTransaction(t *testing.T) {
64
64
Status : TransactionStatusSuccess ,
65
65
ApplicationOrder : 1 ,
66
66
FeeBump : false ,
67
+ TransactionHash : hash ,
67
68
EnvelopeXDR : expectedEnvelope ,
68
69
ResultXDR : expectedTxResult ,
69
70
ResultMetaXDR : expectedTxMeta ,
@@ -120,6 +121,7 @@ func TestGetTransaction(t *testing.T) {
120
121
Status : TransactionStatusFailed ,
121
122
ApplicationOrder : 1 ,
122
123
FeeBump : false ,
124
+ TransactionHash : hash ,
123
125
EnvelopeXDR : expectedEnvelope ,
124
126
ResultXDR : expectedTxResult ,
125
127
ResultMetaXDR : expectedTxMeta ,
@@ -155,6 +157,7 @@ func TestGetTransaction(t *testing.T) {
155
157
Status : TransactionStatusSuccess ,
156
158
ApplicationOrder : 1 ,
157
159
FeeBump : false ,
160
+ TransactionHash : hash ,
158
161
EnvelopeXDR : expectedEnvelope ,
159
162
ResultXDR : expectedTxResult ,
160
163
ResultMetaXDR : expectedTxMeta ,
You can’t perform that action at this time.
0 commit comments