Skip to content

Commit 117f418

Browse files
committed
Fix Links to images in BIP-119
1 parent 1db62a0 commit 117f418

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bip-0119.mediawiki

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ structured in a tree-like fashion to reduce individual costs of redemption.
6161
The below chart showcases the structure of these transactions in comparison to
6262
normal transactions and batched transactions.
6363

64-
<img src="ctv/states.svg" align="middle"></img>
64+
<img src="bip-0119/states.svg" align="middle"></img>
6565

6666
A simulation is shown below of what impact this could have on mempool backlog
6767
given 5% network adoption, and 50% network adoption. The code for the simulation
6868
is provided in this BIP's subdirectory.
6969

70-
<img src="ctv/five.png" align="middle"></img>
71-
<img src="ctv/fifty.png" align="middle"></img>
70+
<img src="bip-0119/five.png" align="middle"></img>
71+
<img src="bip-0119/fifty.png" align="middle"></img>
7272

7373
===Payment Channels===
7474
There are numerous payment channel related uses.
@@ -91,7 +91,7 @@ With CHECKTEMPLATEVERIFY, it’s possible for a single party to construct a chan
9191
party can exit from without requiring signatures from both parties.
9292
These payment channels can operate in one direction, paying to the channel "listener" without need
9393
for their private key to be online.
94-
<img src="ctv/nic.svg" align="middle"></img>
94+
<img src="bip-0119/nic.svg" align="middle"></img>
9595

9696
====Increased Channel Routes====
9797
In the Lightning Network protocol, Hashed Time Locked Contracts (HTLCS) are used in the construction
@@ -123,7 +123,7 @@ ability for a support desk to improperly move funds.
123123
Furthermore, all such designs can be combined with relative time locks to give
124124
time for compliance and risk desks to intervene.
125125

126-
<img src="ctv/vaults.svg" align="middle"></img>
126+
<img src="bip-0119/vaults.svg" align="middle"></img>
127127

128128
===CoinJoin===
129129

0 commit comments

Comments
 (0)