Skip to content

Commit

Permalink
Allow connection to puned local node (WalletWasabi#13290)
Browse files Browse the repository at this point in the history
  • Loading branch information
lontivero authored Jul 25, 2024
1 parent b5e8103 commit 56fa013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi/BitcoinCore/P2pNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public async Task ConnectAsync(CancellationToken cancel)

if (!Node.PeerVersion.Services.HasFlag(NodeServices.Network))
{
throw new InvalidOperationException("Wasabi cannot use the local node because it does not provide blocks.");
Logger.LogWarning("The local node because it does not provide blocks.");
}

if (!Node.IsConnected)
Expand Down

0 comments on commit 56fa013

Please sign in to comment.