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