File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
module/executiondatasync/optimistic_sync Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ type workingData struct {
8080 persistentRegisters storage.RegisterIndex
8181 persistentEvents storage.Events
8282 persistentCollections storage.Collections
83- persistentTransactions storage.Transactions
8483 persistentResults storage.LightTransactionResults
8584 persistentTxResultErrMsgs storage.TransactionResultErrorMessages
8685 latestPersistedSealedResult storage.LatestPersistedSealedResult
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ type CollectionsReader struct {
99 collections map [flow.Identifier ]flow.Collection
1010 lightCollections map [flow.Identifier ]* flow.LightCollection
1111 transactionIDToLightCollection map [flow.Identifier ]* flow.LightCollection
12-
13- transactions * TransactionsReader // Reference to Transactions to store txs when storing collections
1412}
1513
1614var _ storage.CollectionsReader = (* CollectionsReader )(nil )
You can’t perform that action at this time.
0 commit comments