btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.1k stars 2.31k forks source link

schnorr: correct rfc reference in docs #2016

Closed wydengyre closed 11 months ago

wydengyre commented 11 months ago

The RFC used for deterministic nonce generation is rfc6979, not rfc6679. This commit fixes documentation in two places accordingly.

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 5754035679


Files with Coverage Reduction New Missed Lines %
connmgr/connmanager.go 3 86.27%
txscript/taproot.go 5 95.31%
peer/peer.go 6 73.49%
<!-- Total: 14 -->
Totals Coverage Status
Change from base Build 5747300520: -0.03%
Covered Lines: 26727
Relevant Lines: 48347

💛 - Coveralls