From e79ded8a479489a266be1d03a8c6b1d1c0a4da87 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 8 Sep 2016 20:15:24 -0700 Subject: [PATCH] Remove line of commented out code we don't need --- src/wallet/asyncrpcoperation_sendmany.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 98050abb4..d5688356a 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -692,7 +692,6 @@ void AsyncRPCOperation_sendmany::sign_send_raw_transaction(Object obj) Object o; o.push_back(Pair("txid", txid)); - //o.push_back(Pair("hex", signedtxn)); set_result(Value(o)); } else { // Test mode does not send the transaction to the network.