mempool: fixes

This commit is contained in:
nym21
2026-05-08 11:51:44 +02:00
parent dd88996f7f
commit 25b2268563
11 changed files with 125 additions and 69 deletions

View File

@@ -8953,7 +8953,7 @@ pub struct BrkClient {
impl BrkClient {
/// Client version.
pub const VERSION: &'static str = "v0.3.0-beta.7";
pub const VERSION: &'static str = "v0.3.0-beta.8";
/// Create a new client with the given base URL.
pub fn new(base_url: impl Into<String>) -> Self {