Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
ufasoft committed Jul 18, 2015
1 parent 1209077 commit 749b369
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Forms/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Forms/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@ public partial class Form1 : Form {
string cointype = cboCoinType.SelectedText.ToLowerInvariant();
switch (cointype) {
case "groestlcoin": return 36;
case "bitcoin": return 0;
/*!!! case "bitcoin": return 0;
case "namecoin": return 52;
case "testnet": return 111;
case "litecoin": return 48;
case "litecoin": return 48;*/
}
byte b = 0;
if (Byte.TryParse(cointype, out b)) return b;
Expand Down
Empty file removed README
Empty file.

0 comments on commit 749b369

Please sign in to comment.