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: correct invoice expiry for lndrest #2271

Merged
merged 1 commit into from Feb 13, 2024
Merged

Conversation

jackstar12
Copy link
Collaborator

closes: #2258

The LND api returns the timestamps as strings which wasnt caught because strings can be appended and pydantic just converted it to an integer by itself.

Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (20e7085) 59.24% compared to head (f86bb9f) 59.24%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #2271   +/-   ##
=======================================
  Coverage   59.24%   59.24%           
=======================================
  Files          60       60           
  Lines        9055     9055           
=======================================
  Hits         5365     5365           
  Misses       3690     3690           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@motorina0 motorina0 left a comment

Choose a reason for hiding this comment

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

LGTM

@motorina0 motorina0 merged commit 293b626 into dev Feb 13, 2024
22 checks passed
@motorina0 motorina0 deleted the node/fix-invoice-expiry branch February 13, 2024 13:14
@tlindi
Copy link
Contributor

tlindi commented Feb 13, 2024

TY

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.

[BUG] Node Management / Transactions - Expiry time are years
4 participants