Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix get transaction endpoint #456

Merged
merged 13 commits into from
Aug 14, 2024
Prev Previous commit
Next Next commit
fix
miiu96 committed Aug 6, 2024
commit e23a42ff74c926e06e25bd2f7de3f2c96f7395d5
2 changes: 1 addition & 1 deletion process/transactionProcessor_test.go
Original file line number Diff line number Diff line change
@@ -2152,7 +2152,7 @@ func TestTransactionProcessor_GetProcessedTransactionStatus(t *testing.T) {
}

func TestTransactionProcessor_GetProcessedStatusIntraShardTxWithPendingSCR(t *testing.T) {
txWithSCRs := loadJsonIntoTxAndScrs(t, "./testdata/transactionWithSCRs.json")
txWithSCRs := loadJsonIntoTxAndScrs(t, "./testdata/transactionWithScrs.json")

processorStub := &mock.ProcessorStub{
GetShardIDsCalled: func() []uint32 {