Skip to content

Commit

Permalink
changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycho-Pirate committed Jun 21, 2023
1 parent f1e2efd commit f29833a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lnprototest/clightning/clightning.py
Expand Up @@ -29,7 +29,6 @@
Conn,
namespace,
MustNotMsg,
bitfield,
)
from lnprototest import wait_for
from typing import Dict, Any, Callable, List, Optional, cast
Expand Down
4 changes: 0 additions & 4 deletions tests/test_bolt2-01-close_channel.py
Expand Up @@ -110,8 +110,6 @@ def test_close_channel_shutdown_msg_normal_case_sender_side(runner: Runner) -> N
runner=runner,
tx_spendable=tx_spendable,
conn_privkey="03",
global_features=runner.runner_features(field_name="global_features"),
features=runner.runner_features(field_name="features"),
)
pre_events = open_and_announce_channel_helper(
runner, conn_privkey="03", opts=test_opts
Expand Down Expand Up @@ -149,8 +147,6 @@ def test_close_channel_shutdown_msg_wrong_script_pubkey_receiver_side(
runner=runner,
tx_spendable=tx_spendable,
conn_privkey="03",
global_features=runner.runner_features(field_name="global_features"),
features=runner.runner_features(field_name="features"),
)
pre_events = open_and_announce_channel_helper(
runner, conn_privkey="03", opts=test_opts
Expand Down
1 change: 0 additions & 1 deletion tests/test_bolt2-02-reestablish.py
Expand Up @@ -24,7 +24,6 @@
msat,
remote_funding_privkey,
negotiated,
bitfield,
)
from lnprototest.stash import (
sent,
Expand Down

0 comments on commit f29833a

Please sign in to comment.