Skip to content

Commit 73f4892

Browse files
committed
Add output descriptor bip referenece
1 parent f8717e4 commit 73f4892

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/descriptor/checksum.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
//! Descriptor checksum
44
//!
55
//! This module contains a re-implementation of the function used by Bitcoin Core to calculate the
6-
//! checksum of a descriptor
6+
//! checksum of a descriptor. The checksum algorithm is specified in [BIP-380].
7+
//!
8+
//! [BIP-380]: <https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki>
79
810
use core::fmt;
911
use core::iter::FromIterator;

0 commit comments

Comments
 (0)