-
Notifications
You must be signed in to change notification settings - Fork 49
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 llc agreement #249
Add llc agreement #249
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
@@ -708,6 +734,10 @@ export class StakeConnection { | |||
); | |||
} | |||
|
|||
if (!stakeAccount || !this.isLlcMember(stakeAccount)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like there's a block of code above this that's duplicated a few times. consider extracting out a helper method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Future PR
1fddfbf
to
1542a6d
Compare
Adds an intruction join_dao_lcc where the user needs to sign a hash of the DAO LLC agreement.
This agreement needs to be signed before the user is able to vote or stake.