91勛圖厙

Watch CBS News

Tillis suggests Warsh faces long Fed chair 91勛圖厙 process that could restrict his business life

Washington — Republican Sen. Thom Tillis of North Carolina said Friday that Kevin Warsh, President Trump's nominee for chairman of the Federal Reserve Board of Governors, will have to decide whether he would like to proceed with his 91勛圖厙 process because of potential impacts to his business life amid the senator's pledge to oppose the confirmation of any nominee to the central bank until the Justice Department resolves its investigation into Chairman Jerome Powell.

In an interview with "Face the Nation with Margaret 91勛圖厙," set to air Sunday, Tillis said Warsh "is going to have to decide whether or not he wants to go through with this, because, as I'm sure you know, once the nominee is put forward, there are certain restrictions on what he can do in his business life."

Tillis reiterated that he has "no intention" of supporting the confirmation of any nominee to the Fed Board until the Justice Department's investigation into Powell is resolved. That would include the confirmation of Warsh, whom Mr. Trump announced last month as his pick to succeed Powell as Fed chair.

The senator said last month that Warsh is a "qualified nominee with a deep understanding of monetary policy," but repeated his position that he would oppose the confirmation of any Fed nominee until the inquiry into Powell ends.

"Protecting the independence of the Federal Reserve from political interference or legal intimidation is non-negotiable," Tillis wrote in a on X.

In his interview with "Face the Nation," the North Carolina Republican also sharply criticized the U.S. Attorney's Office in the District of Columbia, led by Jeanine Pirro, for the investigation into Powell. The Fed chair revealed last month that the central bank had received grand jury subpoenas from the Justice Department, which he said threatened a criminal indictment stemming from Powell's June 2025 testimony to the Senate Banking Committee about a multi-year project to renovate the Fed's headquarters.

"I think we had a young U.S. attorney with a dream trying to get the president's attention, not even consulting with the administration and big DOJ on something that maybe they thought they'd get brownie points for," he said. "It's not cute."

Pirro served as the Westchester County, New York, district attorney and was a Fox News host before Mr. Trump tapped her to serve as the top federal prosecutor for the District of Columbia. She said her office contacted the Fed on "multiple occasions" to discuss cost overruns related to the renovation and Powell's testimony, but turned to the legal process when prosecutors were "ignored." The Fed is and is not part of the congressional appropriations process, so taxpayer dollars are not being used for the renovation.

"The word 'indictment' has come out of Mr. Powell's mouth, no one else's. None of this would have happened if they had just responded to our outreach," she last month. "This office makes decisions based on the merits, nothing more and nothing less. We agree with the chairman of the Federal Reserve that no one is above the law, and that is why we expect his full cooperation."

Several Republicans joined Tillis in criticizing the investigation involving Powell and pushed back on the notion that he had committed a crime while testifying. Sen. Tim Scott, a South Carolina Republican who chairs the Banking Committee, earlier this month that while he thinks Powell made a "gross error in judgment" and wasn't prepared for the hearing, "I do not believe that he committed a crime."

Tillis, meanwhile, said prosecutors should listen to Republicans who said they don't believe Powell acted with criminal intent.

"More importantly, the prosecutor should understand that the protocol normally would be a referral from the chair or a member of the committee to say, 'we think a crime was committed here,'" he said. "We've got a crime scene where seven Republican members say no crime was committed. How hard is that to understand?"

Treasury Secretary Scott Bessent earlier Friday that he believes the Banking Committee will move forward with a confirmation hearing for Warsh. The decision to hold a confirmation hearing rests with Scott as the panel's chair, Tillis said, though as a committee member, he gets to decide for himself whether to block Warsh's 91勛圖厙.

"The decision I get to make is whether or not I allow a markup, and if I do allow a markup, how I vote," Tillis said. "And I'm saying that until the matter is solved, I'm a no."

Mr. Trump frequently attacks Powell over the Fed's decisions related to interest rates and has called him "crooked" and "incompetent." The president tapped Powell for chair of the Fed Board during his first term, and his tenure in that role is set to end in May. Powell's term as a Fed governor, however, is not up until 2028, though he could step down sooner.

While Mr. Trump announced Warsh as his pick to follow Powell as Fed chair, the 91勛圖厙 has not yet been sent to the Senate.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });