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

btcec: remove import of chainhash #1848

Closed
wants to merge 1 commit into from

Commits on Apr 18, 2022

  1. btcec: remove import of chainhash

    The chainhash import is challenging for consumers of the latest tagged
    btcd module (v0.22.0-beta) because that module revision has its own
    chainhash package.  This creates an ambiguous import when trying
    to import both the older btcd module and btcec/v2 which requires the
    standalone module version of chainhash.
    
    This is the brute solution.  An alternative would be to create a
    chaincfg/chainhash/v2 module and have btcec/v2 require that instead.
    chappjc committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a0ff35a View commit details
    Browse the repository at this point in the history