informalsystems / themis-contract

A command line-based parameterized contracting tool
Apache License 2.0
46 stars 5 forks source link

Fix signatories bug #70

Closed thanethomson closed 4 years ago

thanethomson commented 4 years ago

Without this fix, an error will be thrown every time we try to sign a contract due to the updateContractSignatories method not being able to interpret the data type of the "signatories" entry in the supplied parameters. It seems a little extraneous to do all these type checks, but it appears it's necessary.