On 10/21/2016 04:56 AM, Ben Finney wrote: > I would suggest: > > :param int max_no_dec: number of rounds we allow [FIXME] to be stuck. > > where “[FIXME]” must be replaced with something explicit. Is it “the > program”? “the network connection”? Some other party? It's not > specified, and I think Lintian is correct to complain.
What about: :param int max_no_dec: number of rounds we allow being stuck -- Octavio.