Skip to content

Commit 020e964

Browse files
committed
move inmemory directly under storage
1 parent 5f2d718 commit 020e964

13 files changed

+1
-1
lines changed

module/executiondatasync/optimistic_sync/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"github.com/onflow/flow-go/module/state_synchronization/indexer"
1919
"github.com/onflow/flow-go/module/state_synchronization/requester"
2020
"github.com/onflow/flow-go/storage"
21-
"github.com/onflow/flow-go/storage/store/inmemory"
21+
"github.com/onflow/flow-go/storage/inmemory"
2222
)
2323

2424
// DefaultTxResultErrMsgsRequestTimeout is the default timeout for requesting transaction result error messages.
File renamed without changes.
File renamed without changes.
File renamed without changes.

storage/store/inmemory/light_transaction_results_reader.go renamed to storage/inmemory/light_transaction_results_reader.go

File renamed without changes.

storage/store/inmemory/light_transaction_results_reader_test.go renamed to storage/inmemory/light_transaction_results_reader_test.go

File renamed without changes.
File renamed without changes.
File renamed without changes.

storage/store/inmemory/transaction_result_error_messages_reader.go renamed to storage/inmemory/transaction_result_error_messages_reader.go

File renamed without changes.

0 commit comments

Comments
 (0)