Skip to content

Commit fd809b5

Browse files
authored
fix: reset TxSubmission ack count on protocol restart (#1081)
Fixes #1080 Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 8dc925c commit fd809b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protocol/txsubmission/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ func (s *Server) handleDone() error {
236236
s.initProtocol()
237237
s.requestTxIdsResultChan = make(chan requestTxIdsResult)
238238
s.requestTxsResultChan = make(chan []TxBody)
239+
s.ackCount = 0
239240
s.Start()
240241
return nil
241242
}

0 commit comments

Comments
 (0)