-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: add agreement_terms
field in the datadeal
#618
feat: add agreement_terms
field in the datadeal
#618
Conversation
agreement_terms
field in the datadeal
agreement_terms
field in the datadealagreement_terms
field in the datadeal
if m.Consent.Certificate == nil { | ||
return sdkerrors.Wrapf(sdkerrors.ErrInvalidRequest, "certificate is empty") | ||
} | ||
|
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.
This code block has been moved into the Conset.ValidateBasic()
.
https://github.com/medibloc/panacea-core/pull/618/files#diff-96ca4563a066ba12d7027c1dfae0f3379db834ade078b47a86b8bd6000ace671R9
agreement_terms
field in the datadealagreement_terms
field in the datadeal
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 👍
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 👍
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!
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.
Thank you
Closes #602
Review Guide
*_test.go
).Deal
andConsent
format to the existing tests.