Skip to content

Commit e986acb

Browse files
committed
fix lint
1 parent 7e0701e commit e986acb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

module/executiondatasync/optimistic_sync/core.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

storage/store/inmemory/collections_reader.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1614
var _ storage.CollectionsReader = (*CollectionsReader)(nil)

0 commit comments

Comments
 (0)