Closed sappenin closed 7 years ago
For example, see the constructor of PrefixSha256Fulfillment - can the prefix be null? If so, consider a 2nd constructor. If not, enforce a precondition that the fulfillment cannot be null.
Also, consider subfulfillments as well.
Fixed by #68
For example, see the constructor of PrefixSha256Fulfillment - can the prefix be null? If so, consider a 2nd constructor. If not, enforce a precondition that the fulfillment cannot be null.
Also, consider subfulfillments as well.