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

wip - do not merge #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

aqk
Copy link

@aqk aqk commented Mar 6, 2023

No description provided.

@aqk aqk force-pushed the ak.wip-seconds_relative branch from 2aa3dc5 to a1b38f1 Compare March 6, 2023 08:35
@aqk aqk force-pushed the ak.wip-seconds_relative branch from a1b38f1 to 505e52a Compare March 6, 2023 08:36
@@ -637,7 +659,7 @@ pub fn parse_conditions(
} else {
spend.before_seconds_relative = Some(s);
}
if s <= spend.seconds_relative {
if Some(s) <= spend.seconds_relative {
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this works. I believe any Some(...) value will compare greater than None

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