Skip to content

Commit

Permalink
Add output descriptor bip referenece
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed Oct 4, 2023
1 parent f8717e4 commit 73f4892
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/descriptor/checksum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
//! Descriptor checksum
//!
//! This module contains a re-implementation of the function used by Bitcoin Core to calculate the
//! checksum of a descriptor
//! checksum of a descriptor. The checksum algorithm is specified in [BIP-380].
//!
//! [BIP-380]: <https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki>
use core::fmt;
use core::iter::FromIterator;
Expand Down

0 comments on commit 73f4892

Please sign in to comment.