You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
- Disable `reqwest` default features.
12
12
- Added `reqwest-default-tls` feature: Use this to restore the TLS defaults of reqwest if you don't want to add a dependency to it in your own manifest.
13
13
- Use dust_value from rust-bitcoin
14
+
- Fixed generating WIF in the correct network format.
14
15
15
16
## [v0.15.0] - [v0.14.0]
16
17
17
18
- Overhauled sync logic for electrum and esplora.
18
19
- Unify ureq and reqwest esplora backends to have the same configuration parameters. This means reqwest now has a timeout parameter and ureq has a concurrency parameter.
19
20
- Fixed esplora fee estimation.
20
-
- Fixed generating WIF in the correct network format.
0 commit comments