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:
parent
84cd4ca964
commit
31d254a6a8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue