Skip to content

Commit

Permalink
[Hotfix] Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
weoka committed Oct 21, 2021
1 parent 2aa9ed8 commit ce78dd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flits-extract.html
Original file line number Diff line number Diff line change
Expand Up @@ -7502,7 +7502,7 @@ <h4><strong>Extra information:</strong></h4>
<h4><strong>WARNINGS:</strong></h4>
<ul>
<li>Note: There is no official support with regards to the Offical Flits Extraction Tool.</li>
<li>Usage is at your own risk. We are not responsible for anything which can go awry, such as losing your masternode enabled status (should you import and your node collateral starts staking) etc. </li>
<li>Usage is at your own risk. We are not responsible for anything which can go awry, such as losing your masternode "enabled" status (should you import and your node collateral starts staking) etc. </li>
<li>Always use the latest version (available from the official Flits Github page). No other sources should be used to obtain the Official Flits Extraction Tool.</li>
<li>We will never distribute or promote the Official Flits Extraction Tool - via any form of direct message (DM). </li>
<li>Do not download the Official Flits Extraction Tool from any public/shared computer. Only consider using secure/protected devices dedicated to yourself.</li>
Expand Down Expand Up @@ -31689,21 +31689,21 @@ <h3>Instructions</h3>
},
},
{
name: DASHD — Dash Diamond,
name: "DASHD — Dash Diamond",
onSelect: function() {
network = libs.bitcoin.networks.dashd;
setHdCoin(429);
},
},
{
name: XSN - Stakenet,
name: "XSN - Stakenet",
onSelect: function() {
network = libs.bitcoin.networks.xsn;
setHdCoin(384);
},
},
{
name: Remit - Remita,
name: "Remit - Remita",
onSelect: function() {
network = libs.bitcoin.networks.remit;
setHdCoin(531);
Expand Down

0 comments on commit ce78dd3

Please sign in to comment.