Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standard constants to lock times #1574

Merged
merged 1 commit into from Jan 30, 2023

Commits on Jan 24, 2023

  1. Add standard constants to lock times

    Some of the lock time structs (`Height`, `Time` ect.) are missing
    standard constants for min, max ect.
    
    Add standard constants taking into consideration the various locktime
    corner cases.
    
    Add `max_value` and `min_value` to be consistent with Rust 1.41.1 (incl.
    `Sequence`).
    
    Fix: rust-bitcoin#1451
    tcharding committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3c0598b View commit details
    Browse the repository at this point in the history