-
Notifications
You must be signed in to change notification settings - Fork 47
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
Lease chain fee estimation calculation includes account version #434
base: master
Are you sure you want to change the base?
Lease chain fee estimation calculation includes account version #434
Conversation
The account versions from the spending accounts snapshot will be used in estimating on-chain fees.
Account version is taken from a snapshot of spending account states. This is because the account might be updated to a new version within the batch.
0e7a18b
to
1a14e73
Compare
I think the code should be correct at this point. I need to add an itest to subasta to make sure that account updates are handled correctly. I think that the chain fee estimation code should be refactored out of the |
@positiveblue: review reminder |
Closing due to inactivity |
8 similar comments
Closing due to inactivity |
Closing due to inactivity |
Closing due to inactivity |
Closing due to inactivity |
Closing due to inactivity |
Closing due to inactivity |
Closing due to inactivity |
Closing due to inactivity |
!lightninglabs-deploy mute |
I need to add a test to cover this aspect:
This PR addresses this issue: #431