Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Trivial] Fix warning in Blockchain Controller #12634

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion WalletWasabi.Backend/Controllers/BlockchainController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ public async Task<IActionResult> BroadcastAsync([FromBody, Required] string hex,
/// </remarks>
/// <param name="bestKnownBlockHash">The best block hash the client knows its filter.</param>
/// <param name="count">The number of filters to return.</param>
/// <param name="indexType">Type of index. Valid values: segwittaproot, taproot.</param>
/// <returns>The best height and an array of block hash : element count : filter pairs.</returns>
/// <response code="200">The best height and an array of block hash : element count : filter pairs.</response>
/// <response code="204">When the provided hash is the tip.</response>
Expand Down