Skip to content

Commit

Permalink
Merge branch 'feat/warpsync-commitmentid' into feat/chronicle-support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn committed Nov 8, 2023
2 parents 33463c6 + 412bb13 commit 32f3c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/protocol/block_dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (b *BlockDispatcher) processWarpSyncResponse(commitmentID iotago.Commitment
iotago.TransactionID.Bytes,
iotago.TransactionIDFromBytes,
)

for _, transactionID := range transactionIDs {
_ = acceptedTransactionIDs.Add(transactionID) // a mapdb can never return an error
}
Expand Down

0 comments on commit 32f3c69

Please sign in to comment.