Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

paych.Actor: convert Lane and Nonce to uint64 #157

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

shannonwells
Copy link
Contributor

@shannonwells shannonwells commented Feb 12, 2020

Per discussion in fil-specs channel, lane and nonce are int64s. Since negative values aren't meaningful, rather than put checks for invalid values in the code, let's eliminate the issue entirely and make them unsigned. This is only for the payment channel actor.

@shannonwells shannonwells requested review from sternhenri, whyrusleeping and anorth and removed request for sternhenri February 12, 2020 23:15
@shannonwells shannonwells changed the title paych.Actor: convert Lane and Nonce to uint64 paych.Actor: convert Lane and Nonce to uint64 Feb 12, 2020
Copy link
Member

@anorth anorth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants