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

tests: Use FUNDING_CONFIRMS instead of 1 #92

Open
wants to merge 1 commit into
base: 2023-04-remote-hsmd-v23.05rc2
Choose a base branch
from

Conversation

ksedgwic
Copy link

@ksedgwic ksedgwic commented May 5, 2023

No description provided.

@@ -4287,30 +4287,31 @@ def test_multichan(node_factory, executor, bitcoind):

l1htlcs = l1.rpc.listhtlcs()['htlcs']
assert l1htlcs == l1.rpc.listhtlcs(scid12)['htlcs']
adjust = 0 if FUNDING_CONFIRMS == 1 else 1 # FIXME - why is this the case?
Copy link
Author

Choose a reason for hiding this comment

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

Why is this the case?

Copy link
Author

Choose a reason for hiding this comment

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

On line 542, the onchain_fee is missing for `FUNDING_CONFIRMS > 1. But why is it there even when FUNDING_CONFIRMS == 1?

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.

1 participant