Browse Source

Remove line of commented out code we don't need

pull/145/head
Simon 8 years ago
parent
commit
e79ded8a47
  1. 1
      src/wallet/asyncrpcoperation_sendmany.cpp

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

Loading…
Cancel
Save