File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -416,9 +416,6 @@ func (m *Manager) handleIncomingMessage(incomingMsg rfqmsg.IncomingMsg) error {
416416 }
417417
418418 case * rfqmsg.BuyAccept :
419- // TODO(ffranr): The stream handler should ensure that the
420- // accept message corresponds to a request.
421-
422419 finaliseCallback := func (msg rfqmsg.BuyAccept ,
423420 invalidQuoteEvent fn.Option [InvalidQuoteRespEvent ]) {
424421
@@ -472,9 +469,6 @@ func (m *Manager) handleIncomingMessage(incomingMsg rfqmsg.IncomingMsg) error {
472469 }
473470
474471 case * rfqmsg.SellAccept :
475- // TODO(ffranr): The stream handler should ensure that the
476- // accept message corresponds to a request.
477-
478472 finaliseCallback := func (msg rfqmsg.SellAccept ,
479473 invalidQuoteEvent fn.Option [InvalidQuoteRespEvent ]) {
480474
You can’t perform that action at this time.
0 commit comments