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

Restore returning the subscription expire time instead of bool #839

Closed
wants to merge 1 commit into from

Conversation

benthecarman
Copy link
Collaborator

small fix so we can display when the next mutiny+ invoice is

Ok(MutinyWallet {
mnemonic,
inner,
subscription_expire_time: sub_expired_time,
Copy link
Contributor

Choose a reason for hiding this comment

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

really? that's such a hack

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not sure a better place to put it, maybe the config?

Copy link
Contributor

Choose a reason for hiding this comment

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

Honestly I was fine with the old way of doing it. Now I'm questioning if you've covered every edge case paul was doing in the frontend previously.

Copy link
Contributor

Choose a reason for hiding this comment

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

Where do you update this when the user subscribes?

Copy link
Contributor

Choose a reason for hiding this comment

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

Honestly I would rather revert the subscription changes at this point.

@benthecarman benthecarman deleted the return-expire-time branch November 9, 2023 18:59
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.

2 participants