Compare commits
2 Commits
master
...
release/0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84f11fb80e | ||
|
|
16e1a03414 |
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "electrum-client"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
|
||||
license = "MIT"
|
||||
homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"
|
||||
|
||||
@ -49,7 +49,7 @@ macro_rules! impl_inner_call {
|
||||
drop(read_client);
|
||||
match res {
|
||||
Ok(val) => return Ok(val),
|
||||
Err(Error::Protocol(_)) => {
|
||||
Err(Error::Protocol(_) | Error::AlreadySubscribed(_)) => {
|
||||
return res;
|
||||
},
|
||||
Err(e) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user