MyHush / hush3

Hush: Speak And Transact Freely
https://myhush.org
Other
15 stars 13 forks source link

Example of using z_sendmany on windows #12

Closed TheTrunk closed 5 years ago

TheTrunk commented 5 years ago

Following results in json parse error

komodo-cli.exe -ac_name=HUSH3 z_sendmany "R9KCMWU71m6HQaPMzXvc5v1oyDZWmEJus6" '[{"address": "RKo31qpgy9278MuWNXb5NPranc4W6oaUFf" ,"amount": 0.001}]' 1 0.0001

Trying to escape quotes with backslashes like this results in parse error as well

komodo-cli.exe -ac_name=HUSH3 z_sendmany "R9KCMWU71m6HQaPMzXvc5v1oyDZWmEJus6" '[{\"address\": \"RKo31qpgy9278MuWNXb5NPranc4W6oaUFf\" ,\"amount\": 0.0001}]' 1 0
leto commented 5 years ago

@TheTrunk have you resolved this?

leto commented 5 years ago

This has been resolved