Skip to content

Commit

Permalink
Add msgSender.SendingClientsNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Dec 14, 2023
1 parent 94705cd commit 2415e15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/blockchain/msg_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,7 @@ func (ms *MsgSender) SendMultipleMessages(ctx context.Context, copies []ExtInMsg
RecvAt: now,
})
}

func (ms *MsgSender) SendingClientsNumber() int {
return len(ms.sendingClients)
}

0 comments on commit 2415e15

Please sign in to comment.