Skip to content

Commit

Permalink
Update pkg/protocol/engine/mempool/v1/mempool.go
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrm50 authored Oct 3, 2023
1 parent 2102d11 commit 4e394a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/protocol/engine/mempool/v1/mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ func (m *MemPool[VoteRank]) storeTransaction(signedTransaction mempool.SignedTra
m.setupSignedTransaction(storedSignedTransaction, storedTransaction)
}

// TODO: figure out how to handle attachments and eviction
storedSignedTransaction.addAttachment(blockID)
m.attachments.Get(blockID.Slot(), true).Set(blockID, storedSignedTransaction)

Expand Down

0 comments on commit 4e394a0

Please sign in to comment.