m-lab / mlab-ns

M-Lab name server (load balancer for M-Lab servers)
Apache License 2.0
12 stars 10 forks source link

Fixes a key comparison bug for slivertools #239

Closed nkinkade closed 4 years ago

nkinkade commented 4 years ago

It turns out that SliverTool.key is a function, not a property, and further that SliverTool.key().name() is too. This PR fixes this bug.


This change is Reviewable