Remove old, commented-out code.
Found by @davecgh.
This commit is contained in:
parent
abbe457ddc
commit
a1b731f69e
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue