Do not duplicate sending final rescan tx.

This commit is contained in:
Josh Rickmar 2013-12-02 10:11:00 -05:00
parent 9e57a6c5be
commit 41ecc9f835

View file

@ -1298,9 +1298,6 @@ func handleRescan(s *rpcServer, cmd btcjson.Cmd,
}
}
mreply, _ := json.Marshal(reply)
walletNotification <- mreply
rpcsLog.Debug("Finished rescan")
return nil
}