Skip to content

Commit

Permalink
One more missing hash case 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Oct 28, 2024
1 parent 69ef253 commit df39578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-rpc/internal/methods/get_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func TestGetTransaction(t *testing.T) {
TransactionDetails: TransactionDetails{
Status: TransactionStatusSuccess,
ApplicationOrder: 1,
TransactionHash: hash,
FeeBump: false,
EnvelopeXDR: expectedEnvelope,
ResultXDR: expectedTxResult,
Expand Down

0 comments on commit df39578

Please sign in to comment.