Fix push operators URL

The URL is wrong (section `#Push_operators` should be
`#push-operators`), also should use angle brackets not back ticks.
This commit is contained in:
Tobin C. Harding 2023-02-10 11:59:37 +11:00
parent 84cd4ca964
commit 31d254a6a8
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ fn opcode_to_verify(opcode: Option<opcodes::All>) -> Option<opcodes::All> {
#[non_exhaustive]
pub enum Error {
/// Something did a non-minimal push; for more information see
/// `https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki#Push_operators`
/// <https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki#push-operators>
NonMinimalPush,
/// Some opcode expected a parameter but it was missing or truncated.
EarlyEndOfScript,