-
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: implement SubmitConsent tx #533
Conversation
I will add comment soon :) |
@@ -428,12 +431,20 @@ func New( | |||
app.BankKeeper, | |||
) | |||
|
|||
app.oracleKeeper = *oraclekeeper.NewKeeper( |
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 oracle setup is already set in another PR.
I will change this code when merging
return fmt.Errorf("not enough balance in deal") | ||
} | ||
|
||
// TODO calculate oracle commission |
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.
When after merged oracle feature, I will add a oracle commission.
I added
|
Could you share what the actual error message was? I can see only call stacks from your comment. |
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! Thanks
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
It seems to happen because of the line below. I wrote it ahead of time because we are gonna have to implement this struct anyway. |
In fact, this error occurs from the init command.
|
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. Please rename the title of this PR as below, when you merge this PR to the main.
feat: implement SubmitConsent tx
Close #513
Implement