BlockPo / BlockPo-to-Tradelayer

Incubation Repo for the TradeLayer protocol, 0.2.0
http://www.tradelayer.org
Other
8 stars 8 forks source link

JSONs as Strings in RPCs #354

Closed patrickdugan closed 4 years ago

patrickdugan commented 4 years ago

error code: -1 error message: JSON value is not an integer as expected

This comes up a lot trying to issue anything with the KYC array in the command line. It's confusing because it's a JSON array, yet plaintext array formatting doesn't pass, if this were a string it might be simpler.

patrickdugan commented 4 years ago

The relevant calls to update are the sendissuancefixed, sendissuancemanaged, and createneworaclecontract RPCs.