-
Notifications
You must be signed in to change notification settings - Fork 30
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
Feature third party update alloc #1687
Conversation
…' into feature/third-party-update-alloc
@@ -160,6 +163,24 @@ func UpdateAllocation( | |||
updateAllocationRequest["owner_signing_public_key"] = ownerSigninPublicKey | |||
updateAllocationRequest["file_options_changed"], updateAllocationRequest["file_options"] = calculateAllocationFileOptions(alloc.FileOptions, fileOptionsParams) | |||
|
|||
if ticket != "" { | |||
|
|||
type Ticket struct { |
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.
extract type
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.
It is part of signature so I think we can get it in input from user.
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.
lgtm
Changes
Fixes
Tests
Tasks to complete before merging PR:
Associated PRs (Link as appropriate):