Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. LEGEND
  2. ------
  3. I - starting channel UTXO -or- output exited from channel
  4. Y - transaction with multiple outputs -or- multiple ways to spepnd output
  5. ! - penalty transaction
  6. ------
  7.  
  8. example channel closure map(cooperative)
  9.  
  10. I I
  11. Y
  12. I
  13.  
  14. example channel closure map(non-cooperative) (this one shows all possible paths, not just one taken)
  15. I !
  16. Y I
  17. Y
  18. I
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement