Merge commit 'refs/pull/221/head' of github.com:bitcoindevkit/bdk

This commit is contained in:
Alekos Filini
2020-12-14 11:27:51 +01:00
5 changed files with 55 additions and 17 deletions

View File

@@ -37,6 +37,8 @@
//! connecting to a single peer at a time, optionally by opening multiple connections if it's
//! desirable to use multiple threads at once to sync in parallel.
//!
//! This is an **EXPERIMENTAL** feature, API and other major changes are expected.
//!
//! ## Example
//!
//! ```no_run