Successful result of z_sendmany returns txid so it doesn't need to return raw hex.

This commit is contained in:
Simon 2016-08-22 09:14:04 -07:00
parent b7d7b2ad9d
commit 15d345466d
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ bool AsyncRPCOperation_sendmany::main_impl() {
Object o;
o.push_back(Pair("txid", txid));
o.push_back(Pair("hex", signedtxn));
//o.push_back(Pair("hex", signedtxn));
setResult(Value(o));
} else {
// Test mode does not send the transaction to the network.