Open diminator opened 8 years ago
ThresholdSha256Fulfillment.calculate_smallest_valid_fulfillment_set(self.threshold, subfulfillments)['set'] might not always include set in its keys
ThresholdSha256Fulfillment.calculate_smallest_valid_fulfillment_set(self.threshold, subfulfillments)['set']
set
more info:
KeyError due to returned {'size': inf} when self.threshold > len(subfulfillments)
{'size': inf}
self.threshold > len(subfulfillments)
not an issue after https://github.com/interledger/rfcs/issues/87
ThresholdSha256Fulfillment.calculate_smallest_valid_fulfillment_set(self.threshold, subfulfillments)['set']
might not always includeset
in its keys