From 7af360372ebac26c060468d840e748306124c441 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Tue, 11 Apr 2017 11:56:11 -0400 Subject: [PATCH] remove extraneous blinder returns for WalletTxToJSON --- src/wallet/rpcwallet.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index aa6784d3cd..07eea1b04a 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -143,14 +143,6 @@ void WalletTxToJSON(const CWalletTx& wtx, UniValue& entry) rbfStatus = "yes"; } entry.push_back(Pair("bip125-replaceable", rbfStatus)); - - // TODO(kalle, 2017-02-23): should move this somewhere else as it is not clear which blinding factors refer - // TODO(kalle, 2017-02-23): to which outputs, especially for gettransaction; some (e.g. fee and change) are - // TODO(kalle, 2017-02-23): not listed in the output at all so don't really help the user in any way. - std::string blindfactors; - for (unsigned int i=0; i