Skip to content
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

fix raising flag #110

Merged
merged 1 commit into from
Jan 14, 2022
Merged

fix raising flag #110

merged 1 commit into from
Jan 14, 2022

Conversation

skudasov
Copy link
Contributor

No description provided.

@@ -169,7 +169,7 @@ pub mod store {
};
let feed_address = ctx.accounts.feed.key();

if is_valid {
if !is_valid {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This seems right, but we'd need a test for this.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@krebernisak krebernisak merged commit 7efcfaa into develop Jan 14, 2022
@krebernisak krebernisak deleted the flag_raise_fix branch January 14, 2022 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants