From a1b731f69e3c1e475dcd4ac2ceb8e9e57839b714 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 8 Apr 2014 22:09:22 -0500 Subject: [PATCH] Remove old, commented-out code. Found by @davecgh. --- rpcserver.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpcserver.go b/rpcserver.go index 49f74a5..306a75c 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -1503,10 +1503,6 @@ func handleSendRawTxReply(icmd btcjson.Cmd, txIDStr string, a *Account, txInfo * // Signal that received notifiations are ok to add now. SendTxHistSyncChans.done <- *txInfo.tx.Sha() - // Add spending transaction to the store if it does not already exist, - // marking all spent previous outputs. - //a.TxStore.MarkSpendingTx(txInfo.tx, nil) - // Disk sync tx and utxo stores. if err := AcctMgr.ds.FlushAccount(a); err != nil { log.Errorf("cannot write account: %v", err)