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

N02: Explicitly delete addresses in MappedSinglyLinkedList #111

Merged

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    cc87ca7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. N03: Added comments clarifying an edge case for timelocked funds (#112)

    * Added comments clarifying an edge case for timelocked funds
    
    * N05: Made return variable naming consistent (#113)
    
    * Made return variable naming consistent
    
    All functions have explicit return statements
    Functions that have a single return value won't name the value
    Functions that have two or more returns value will have named returns
    
    * Fixed some spelling mistakes (#114)
    asselstine committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    a844bed View commit details
    Browse the repository at this point in the history