mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 06:57:53 +01:00
Bump verison in server.version
This commit is contained in:
parent
7e69eb8984
commit
8ad6d29caa
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ impl Connection {
|
|||
}
|
||||
|
||||
fn server_version(&self) -> Result<Value> {
|
||||
Ok(json!(["RustElectrum 0.1.0", "1.2"]))
|
||||
Ok(json!(["RustElectrum 0.1.0", "1.4"]))
|
||||
}
|
||||
|
||||
fn server_banner(&self) -> Result<Value> {
|
||||
|
|
Loading…
Add table
Reference in a new issue