Remove line of commented out code we don't need

This commit is contained in:
Simon 2016-09-08 20:15:24 -07:00
parent dfc0080d06
commit e79ded8a47
1 changed files with 0 additions and 1 deletions

View File

@ -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.