Skip to content

Commit 486505b

Browse files
committed
typos
1 parent 9207df7 commit 486505b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-hashrate-escrows.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ In fact, M4 can also be *nothing*. In other words, it may be optional. This is p
315315

316316
The following sections assume a maximum of one sucessful withdrawal per sidechain at a time. In other words, as WT^s are proposed, only one can make progress toward the finish line. As a result, a given side-to-main transfer will always take between 3 and 6 months. If there were more simulataneous withdrawals, the worst-case transfer duration would improve.
317317

318-
<img src="bip-hasrate-escrows/two-groups.png?raw=true" align="middle"></img>
318+
<img src="bip-hashrate-escrows/two-groups.png?raw=true" align="middle"></img>
319319

320320
The worst-case withdrawal time obeys f(n)=3+(3/n) months, where n is the number of simultaneous withdrawals.
321321

@@ -453,12 +453,12 @@ As a soft fork, older software will continue to operate without modification. No
453453

454454
This BIP will be deployed by "version bits" BIP9 with the name "hrescrow" and using bit 4.
455455

456-
```
456+
<pre>
457457
// Deployment of Drivechains (BIPX, BIPY)
458458
consensus.vDeployments[Consensus::DEPLOYMENT_DRIVECHAINS].bit = 4;
459459
consensus.vDeployments[Consensus::DEPLOYMENT_DRIVECHAINS].nStartTime = 1515974401; // January 15th, 2018.
460460
consensus.vDeployments[Consensus::DEPLOYMENT_DRIVECHAINS].nTimeout = 1547510401; // January 15th, 2019.
461-
```
461+
</pre>
462462

463463
==Reference Implementation==
464464

0 commit comments

Comments
 (0)