From b39da198587bcc3b010054ce887bcc576c959e62 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 7 Aug 2018 22:47:24 +0200 Subject: [PATCH] hex: x16r like algos dont need GH/s --- web/yaamp/core/functions/yaamp.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/yaamp/core/functions/yaamp.php b/web/yaamp/core/functions/yaamp.php index a827e45..d56ff66 100755 --- a/web/yaamp/core/functions/yaamp.php +++ b/web/yaamp/core/functions/yaamp.php @@ -84,7 +84,6 @@ function yaamp_algo_mBTC_factor($algo) case 'decred': case 'keccak': case 'keccakc': - case 'hex': case 'lbry': case 'vanilla': return 1000; @@ -167,7 +166,7 @@ function getAlgoColors($algo) 'hsr' => '#aa70ff', 'keccak' => '#c0f0c0', 'keccakc' => '#c0f0c0', - 'hex' => '#c0f0c0', + 'hex' => '#c0f0c0', 'lbry' => '#b0d0e0', 'luffa' => '#a0c0c0', 'm7m' => '#d0a0a0',