Fixes issue #12067 `sendmany` curl example is wrong.
commit0d663f81977dbb83d12a1cbc970a13f41771605f
author251 <13120787+251Labs@users.noreply.github.com>
Tue, 2 Jan 2018 19:53:30 +0000 (2 20:53 +0100)
committer251 <13120787+251Labs@users.noreply.github.com>
Tue, 2 Jan 2018 19:53:30 +0000 (2 20:53 +0100)
tree9ed97c7388893d4b79d2fb08c93123309e34ae71
parent63a4dc10876bfc61c2e87d35dcf17da2f0f8c316
Fixes issue #12067 `sendmany` curl example is wrong.

This commit removes the escaped backslash and quote characters from the keys in the JSON object to make it a plain JSON object.
src/wallet/rpcwallet.cpp