Skip to content

Commit

Permalink
Bring back coop spending path for hub channels
Browse files Browse the repository at this point in the history
  • Loading branch information
pool2win committed Aug 20, 2024
1 parent 47a7d8d commit 298364b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/contracts/miner-payout-mechanisms/hub_channels.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@
# To see how the DSL help with revoking commitments, see the scripts
# under contracts/lightning directory.

# run_transitions :hub_setup,
# :create_funding_txs,
# :create_miner1_commitment_tx,
# :confirm_miner1_channel,
# :miner1_finds_block,
# :make_coinbase_spendable,
# :create_miner1_payout_commitment,
# :cooperative_spend_pool_coinbase
run_transitions :hub_setup,
:create_funding_txs,
:create_miner1_commitment_tx,
:confirm_miner1_channel,
:miner1_finds_block,
:make_coinbase_spendable,
:create_miner1_payout_commitment,
:cooperative_spend_pool_coinbase

run_transitions :reset,
:hub_setup,
Expand Down

0 comments on commit 298364b

Please sign in to comment.