Skip to content

Commit

Permalink
add attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mplsgrant committed Jun 16, 2024
1 parent c09997e commit b62cda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scenarios/replacement_cycling.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
#
# https://github.com/ariard/bitcoin/blob/30f5d5b270e4ff195e8dcb9ef6b7ddcc5f6a1bf2/test/functional/mempool_replacement_cycling.py#L5
# Original: https://github.com/ariard/bitcoin/blob/30f5d5b270e4ff195e8dcb9ef6b7ddcc5f6a1bf2/test/functional/mempool_replacement_cycling.py#L5 # noqa


"""Test replacement cycling attacks against Lightning channels"""
Expand Down Expand Up @@ -53,7 +53,7 @@


def cli_help():
return "Run a replacement cycling attack"
return "Run a replacement cycling attack - based on ariard's work"


def get_funding_redeemscript(funder_pubkey, fundee_pubkey):
Expand Down

0 comments on commit b62cda2

Please sign in to comment.