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

Replace u64 with Amount type in TxOut #599

Closed
wants to merge 1 commit into from

Commits on May 21, 2021

  1. Replace u64 with Amount type in TxOut

    Some places, most prominently TxOut, were still using u64s
    for amounts (in sat). This PR replaces these with the
    Amount newtype and also implements the consensus encode
    traits for Amount to make it all work.
    sgeisler committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c193bc7 View commit details
    Browse the repository at this point in the history