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

This commit is contained in:
Steve Myers 2021-12-23 10:34:58 -08:00
commit db6ffb90f0
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -14,6 +14,10 @@
// only enables the `doc_cfg` feature when
// the `docsrs` configuration attribute is defined
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(
docsrs,
doc(html_logo_url = "https://github.com/bitcoindevkit/bdk/raw/master/static/bdk.png")
)]
//! A modern, lightweight, descriptor-based wallet library written in Rust.
//!