christoph2/pyxcp

getSeed fails with 'can' transport due to keyword typo

still-learnin opened this issue · 0 comments

There is typo in line 349 of master.py:

types.GetSeedResponse.build({"leght": size, "seed": bytes(size)}),

"leght" should be "length", this causes the getSeed method to fail, for me, for 'can' transports.