Browse Source

fix some hardtabs

master
Jonathan "Duke" Leto 5 years ago
parent
commit
f962af1344
  1. 18
      lib/Hush/RPC.pm

18
lib/Hush/RPC.pm

@ -43,19 +43,19 @@ sub new {
return $rpc, return $rpc,
} else { } else {
my $coins = { my $coins = {
8822 => 'HUSH', 8822 => 'HUSH',
18822 => 'TUSH', 18822 => 'TUSH',
7770 => 'KMD', 7770 => 'KMD',
17770 => 'KMD-test', 17770 => 'KMD-test',
8232 => 'ZEC', 8232 => 'ZEC',
18232 => 'TAZ', 18232 => 'TAZ',
1989 => 'BTCZ', 1989 => 'BTCZ',
11989 => 'BTCZ-test', 11989 => 'BTCZ-test',
}; };
my $sites = { my $sites = {
"HUSH" => 'https://myhush.org', "HUSH" => 'https://myhush.org',
"TUSH" => 'https://myhush.org', "TUSH" => 'https://myhush.org',
"KMD" => 'https://komodoplatform.com', "KMD" => 'https://komodoplatform.com',
"ZEC" => 'https://z.cash', "ZEC" => 'https://z.cash',
"TAZ" => 'https://z.cash', "TAZ" => 'https://z.cash',
}; };

Loading…
Cancel
Save